Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

3,862 transactions (1.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,837 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,881 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,836 (870,365 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
39,471 39,471 0000000088b984fa6952075f05bf4704f152b12bc10c72d51abe9afbd2ab8e7e 0.00 MB 1 0
39,470 39,470 0000000058eeae91acc8afa1dfb3738f011703ef0fadbbd88ed96625325acfc6 0.00 MB 1 0
39,469 39,469 0000000059fe94254df2b36e78c80f8cf613d388153b136d381c4e54839cb8f5 0.00 MB 1 0
39,468 39,468 000000004d19484c87b7e323a9491b54190ca9db8dc89aa0847aea0410873fd9 0.00 MB 1 0
39,467 39,467 00000000748e37515bbd914ccef169f4135938328861a0c9f26dc39130431d82 0.00 MB 1 0
39,466 39,466 000000006bddb4bfaa4dd7e5939a5cb9d9a3df0d377edcc8451b400e1577ddde 0.00 MB 1 0
39,465 39,465 0000000064a57ea74a99169a55241902f746bf758984158d2c8898315e84c06f 0.00 MB 1 0
39,464 39,464 000000008189f1d8ffca29e9ff4acee38f8a27941de7a4f393036b8265992af5 0.00 MB 1 0
39,463 39,463 0000000034613c073f24c03e882c2ef676441a91a2cd70e0c9c4a3f32c1398f3 0.00 MB 1 0
39,462 39,462 0000000050690575ef22ad2bdb705cb48a4b6f209b00b520524a83810ca4b8b6 0.00 MB 1 0
39,461 39,461 0000000074695ae25760102ce03d8ba1edcdb9c29f48b2068cce5dd3535b6ac3 0.00 MB 1 0
39,460 39,460 000000004d26485da14d8fa3b05f1b01c6c27d9d9b581121425de4cd045a1c10 0.00 MB 1 0
39,459 39,459 000000004570df6c2bf29e3171bcb0054bcaa1216d19754390258825d15e4a28 0.00 MB 1 0
39,458 39,458 000000005d961ed629e45d09ba34af7e453a9305f96ffdf34454430514456a0f 0.00 MB 1 0
39,457 39,457 000000004dae9bc7b7132dc8e8af4c2925b9d73f63ba49bdc79dfbfa6bc1ccec 0.00 MB 1 0
39,456 39,456 0000000083dd24bb4980e23a8d686c6ae15461091f15f1d672fb42c19e1a3031 0.00 MB 1 0
39,455 39,455 000000000ee36e6351445554fd60b257665eb5cb56fb5210b4b78a293fbb7da3 0.00 MB 1 0
39,454 39,454 000000006042de0f8ec3483ec712272e2952e114b34bbe7a3270d62669cdb795 0.00 MB 1 0
39,453 39,453 000000005d59af0919b2f02817af97321f70bc0521324cc64e682aa38a2f7c1b 0.00 MB 1 0
39,452 39,452 0000000054ea28ed1aae727cb24dae50b9dc10873959259640a56a7edb9a35b0 0.00 MB 1 0
39,451 39,451 000000004e4586529b5783695da5a9957e84a2bf4e123d3777c80b77fcd069ec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.09 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 2,166.37 GB sent, 113.76 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.