Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,453 transactions (0.58 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,419 000000000000000000022b910000000000000000000000000000000000000000 0.58 vMB 1,445 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,418 (732,612 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
178,806 178,806 000000000000010ec40cd1d74d7493fe9e16c590144b2ed2e24b258e78646dbb 0.01 MB 13 73
178,805 178,805 000000000000098a42375d2a39c8cbb72d36fc998a9d5ae561b98782273d923d 0.01 MB 17 83
178,804 178,804 0000000000000242e566a38409f820215c84b5a66164279538d459814d948695 0.02 MB 78 110
178,803 178,803 000000000000026fe98c3e37a3ea2853161ac1ccc47d09a23a01ba603e359b95 0.02 MB 53 116
178,802 178,802 00000000000004ab9d32a3cef180ccf85557ec2017a8e0a5ffed533fc184f70e 0.05 MB 117 129
178,801 178,801 0000000000000711e763c317349bcd79cc684cf6f472d83b6cafa654c3ef9a0c 0.00 MB 1 0
178,800 178,800 00000000000002b951b54e5cd09bf0cb58b6d8385c18e29d175538425bd56dc4 0.11 MB 246 102
178,799 178,799 0000000000000486dee09f732e9996580af4d19254c654a77178ed728d74c69d 0.15 MB 165 442
178,798 178,798 00000000000000981ddfbb3c1e612ff9826cb47082103f8a27ad7086b79cc923 0.00 MB 1 0
178,797 178,797 00000000000009e6341fea88fe3a47411c08f219352180e0412ce8ce0ee732d0 0.05 MB 131 171
178,796 178,796 00000000000001a54781c5d9798f40665aa9f4755eec86744162881f8b58a5ee 0.01 MB 30 63
178,795 178,795 000000000000001d0e47099622e82150cf1cffc52a2062bbf5a335b2fa538d3f 0.02 MB 42 89
178,794 178,794 00000000000001f9d7a00b5bb14cba3ea98a57c334a88a02ab180e02e16426f9 0.07 MB 150 108
178,793 178,793 000000000000062518dafcceff1a3512020438eb0124e2b0584db481d938ebf9 0.03 MB 75 122
178,792 178,792 000000000000097fccf6fee5bcf5ee01923dd7a6ee8318d9217971ac6324e084 0.04 MB 95 63
178,791 178,791 0000000000000a74858abca0a236903a3304b25b2d9c92d57d430d4bf3124920 0.00 MB 13 131
178,790 178,790 00000000000001bfb06be5b5775ee5448f716edb83aca150a4946ab8e8a2d27e 0.01 MB 20 76
178,789 178,789 000000000000031792470909ad81677e2e99380f638edebfc38c8ba5f6f0fd13 0.02 MB 60 104
178,788 178,788 000000000000069112cea20c0f3d50e6c4b831bba0133165e20e52fcd7a5041c 0.04 MB 98 127
178,787 178,787 00000000000002dc47ef248997daac340a97d6f865b3bd927978502e39be901c 0.00 MB 8 34
178,786 178,786 000000000000032f9f3fe759edc59dbddc7a3e6b69e153886b38461c10faeaf5 0.00 MB 12 12
Previous 10 blocks ↓
Total Size: 776.02 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,405.29 GB sent, 128.86 GB received

Notes

  • This page updates every 5 seconds.
  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to 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.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.