Loading Tool

Explorer IconExplorer

Memory Pool

4,395 transactions (1.70 vMB)
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Show Random Selection Loading Transactions
Max Size: 9.94/200 MB

Candidate Block

Height Target Txs Fees Size Avg Feerate AFR
912,301 000000000000000000022b910000000000000000000000000000000000000000 2,839 0.02409981 BTC 1.00 vMB 2.01
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,300 (882,786 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
29,514 29,514 00000000e73916691f1695396983f5aa706a1e5f1966c4868ba102b7b9fb09f9 0.00 MB 1 0
29,513 29,513 00000000df046bd6abbcced111818f291c93def6c526b6f1108a36f302364247 0.00 MB 1 0
29,512 29,512 000000004b379e6828a3adb045d97d810906f61496119e1e3046c800b9be840d 0.00 MB 1 0
29,511 29,511 0000000081bb5be9bacd6b5de8dc8a91462d8824351e5990cce56dd71e8e1160 0.00 MB 1 0
29,510 29,510 00000000075de5a3a19d6cb8917d8e147a42e8e88e797f5b09bd615bcecb30fc 0.00 MB 1 0
29,509 29,509 00000000f564f1a292948bc53f3deb779671815d81ab14479e782ffb51b5d770 0.00 MB 1 0
29,508 29,508 0000000091e63e84c1c6a4e26d45a2ae97d1e0f1512d6eca13fc11b67e6046b8 0.00 MB 1 0
29,507 29,507 00000000504c77cb31eb1696afbe00f9c042f83ad8d9482204992f7d3119a2d2 0.00 MB 1 0
29,506 29,506 0000000044dc1272f7af18282ca1794d6de2f5a54c2d5b47bc37224208026fd0 0.00 MB 1 0
29,505 29,505 0000000064a55b2502c18087ea46087fce675441ba7a3ae85bff7b23f9f80ae9 0.00 MB 1 0
29,504 29,504 00000000e96e5a1b76dce16c8affb0b98483a97e57d69060c6bc5ceea364cf72 0.00 MB 1 0
29,503 29,503 000000004d9c25bde516e38dfdceea4c9d9320fe781536ce38d4579afdfde477 0.00 MB 1 0
29,502 29,502 00000000a29fba42229c2bd3ff0cbef3f53cbe2b10fb2d9e46a5dbcf9176ba16 0.00 MB 1 0
29,501 29,501 00000000d753cd3667ff952c5660e1d7f01c4295388bcde4f338eef71ba95b2d 0.00 MB 1 0
29,500 29,500 00000000e160f35d20d237590cab613142325bd2c6e762b88a173ea021809299 0.00 MB 1 0
29,499 29,499 000000001bae67686cf251a41d62b0f540ed48eaa4bf8add6e9d962cd98877a6 0.00 MB 1 0
29,498 29,498 000000001517214b1779d09f74607ae3e50aa13a5302039269784532668dc8fc 0.00 MB 1 0
29,497 29,497 00000000f4b5fb46face4967696b5d1aeaa3107c00c004b9bd8a59b9a9cc19cb 0.00 MB 1 0
29,496 29,496 00000000d17e54280fe4c748964ea5cf68044228569d90fd9ac3778573c5a877 0.00 MB 1 0
29,495 29,495 0000000070e2a74f3cc642788938bb35a5d85f341fae4a43406ca4b72db3110f 0.00 MB 1 0
29,494 29,494 00000000ad1b0edd3384b33cff554a0f2ebed5db751a29840041917c9ee84e33 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 777.63 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 2,542.02 GB
    • Received: 136.52 GB
  • Uptime:

Notes

  • 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.