Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,398 transactions (0.46 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,803 000000000000000000022b910000000000000000000000000000000000000000 0.45 vMB 1,360 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,802 (303 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,499 911,499 00000000000000000000b97331dc111ec1ccea97a751b8fcec409f3bbfc0b8cc 1.69 MB 3,809 2
911,498 911,498 000000000000000000019b7cb8f8e465c1d04e09b6864a2ad4fa444ce38bb966 1.71 MB 3,227 3
911,497 911,497 000000000000000000012a3403f8a799a54a136bbc9b24ff7f99f9657221628f 1.72 MB 3,256 1
911,496 911,496 00000000000000000001cd90542d5e3affa84fb9a71d2f65eb9192514adfc912 1.60 MB 3,744 3
911,495 911,495 000000000000000000003fa6d3ec3d8e2f78a0403ffc7ce3b9922f4d08e355d7 1.95 MB 4,043 0
911,494 911,494 00000000000000000001ff92531cc791976f9e4f879a9f54c0b7a36be046e5ad 1.70 MB 3,251 2
911,493 911,493 00000000000000000001aaa2ff15089c2be19b0034880157a66f71b4c3ef6cb6 1.60 MB 3,256 2
911,492 911,492 00000000000000000001b809134e068295bd9d0c6c5bfc8e3f4fc51f010e7ab2 0.84 MB 1,881 1
911,491 911,491 000000000000000000007f708c1115212d2f7fd5ba0d33c1d29a8b6404226548 1.65 MB 2,864 2
911,490 911,490 0000000000000000000175c139d5a9f81c1ed4fd4ee0008c1834dcc6f3fd1dbc 1.71 MB 3,100 1
911,489 911,489 0000000000000000000075e67c08352b75952ad228307f6c648ec3444c0ce6ae 1.62 MB 3,783 5
911,488 911,488 00000000000000000000827c36b5b2241274fbe512b30195e0643fb7f03177c6 1.76 MB 3,929 0
911,487 911,487 00000000000000000000a6ad207b53246e5afc022926f6e9e999b3913fc7981b 1.62 MB 4,017 1
911,486 911,486 00000000000000000001d9c5e849feb0c49501ef0ff8d5099dcdd93e60239786 1.66 MB 4,536 1
911,485 911,485 00000000000000000000752f8219c5fc8d211d4faf03ba89b3dc24c2a91efa5b 1.95 MB 3,413 0
911,484 911,484 00000000000000000001a147d8ccc460841bb8c29d48e666ba3df2da44ebbc92 0.96 MB 2,216 2
911,483 911,483 0000000000000000000029f66a5c390a2f26ded0e626c315ad5022fa0f4a41a0 0.29 MB 585 2
911,482 911,482 00000000000000000000c97a2bcf0c16638297a6de3eae396846c887d125512f 1.75 MB 3,701 1
911,481 911,481 0000000000000000000052db89781286a93a78d5f1cedd6531455bad68c63360 1.76 MB 4,412 0
911,480 911,480 000000000000000000006d3f2875e0947f057027db7b793243bd86c33adbf4bb 1.62 MB 3,188 2
911,479 911,479 00000000000000000001810e27f1dc388189136e29bd388cee1842a744f3e4e1 1.75 MB 4,435 1
Previous 10 blocks ↓
Total Size: 776.73 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,449.10 GB sent, 132.17 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.