Memory Pool Memory Pool Refreshing

49,417 transactions
40.27 vMB
Show Random Selection Loading Transactions
Max Size: 185/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,305 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 1,713 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,304 (785,831 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
58,473 58,473 0000000008add6ed139e1223f7b1dca1243932fbc86f7118271f3c5e0b2b7d90 0.00 MB 2 0
58,472 58,472 000000000b9190e0f06c096904e625f8125d301537f98193fb7feaeb896b116b 0.00 MB 2 0
58,471 58,471 0000000004998d6bbda24ca22091e5e115e2f6c0548f7fedb7e5b113e17a520c 0.00 MB 2 0
58,470 58,470 000000000cd358dc5f70acc7ef268c81d7c186a77ca641b4ef75201585687bcf 0.00 MB 1 0
58,469 58,469 000000000c4939b5a16f8396ec99c3484bd127d3f483dab88b4fd952767e6a92 0.00 MB 1 0
58,468 58,468 000000000530c97071938066a7bae0d22d1b8b95a80b60a168e68a8acf172a61 0.00 MB 4 0
58,467 58,467 0000000008737298dccb75d19487cac07155b85398ff7ee781f54f5b74618756 0.00 MB 2 0
58,466 58,466 0000000008636669bd24e3c008a5c5b42af053136c7fa2af96b0bd93d8a53fb5 0.00 MB 1 0
58,465 58,465 0000000004f5f518c5fd2a2564aaf7b279adcc8b093f711d0a54498ccb560cce 0.00 MB 4 0
58,464 58,464 0000000008c7b770615ca86782c41b97630c8fa23de40cabf3a2722224f9b799 0.00 MB 7 0
58,463 58,463 000000000847b2144376c1fb057ea1d5a027d5a6004277ed4c72422e93df04e9 0.00 MB 1 0
58,462 58,462 0000000011c27aba9f3d53d1690a0591f3316ca3652dd975ed922b02c7bc96b2 0.00 MB 1 0
58,461 58,461 00000000024841b546cef351690e600ca74b421c701b3dc9b5e3ebccfdf83205 0.00 MB 1 0
58,460 58,460 0000000012829ca90b9630950d37069714d6a6051e653e576dc8a1236e4b8e7c 0.00 MB 2 0
58,459 58,459 00000000130d74053ffdef734c4ccc2e748c14c4f02552d78917743d812724ae 0.00 MB 3 0
58,458 58,458 000000000bc565c4f9f7c42f949e1f331761c16811f176b48e9416273a036656 0.00 MB 1 0
58,457 58,457 000000000aaedc99265ea88ef93b89ace75a5d25dd8a6b65ce256c40e6334de9 0.00 MB 1 0
58,456 58,456 0000000007aa0ca2e26ca399a31297c9a0dec58b8443f9f730c120f63de7fa52 0.00 MB 1 0
58,455 58,455 000000000aeaf24d6e695c1395bb3cc99a2bb4d53982798789bcc1b57ed5c6f9 0.00 MB 1 0
58,454 58,454 000000000d0b4574f40d4aa6b0abc857ee921e1a102a1327e934cce2217fc607 0.00 MB 1 0
58,453 58,453 000000000a2313e44a381a5d0319b9a1d730d8b9e1fd1fed17a81e7c83a37746 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 651.08 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,085.21 GB sent, 66.55 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead. But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.