Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,172 transactions (0.37 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 911,802 (297 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
911,505 911,505 00000000000000000000dd5551b54997996e2189236b9b1f1a94fc538ade1f45 1.50 MB 3,023 2
911,504 911,504 00000000000000000001aa93c3d215f78785cd2b64172ff21adb6e1d90768537 1.64 MB 3,846 3
911,503 911,503 00000000000000000001278f2d91c92eb997e9d9009eee904ce8a2e5226d8849 1.69 MB 4,247 1
911,502 911,502 00000000000000000000f2675b2232378975d7c306c3358e9f46fd589c320221 1.75 MB 4,430 1
911,501 911,501 00000000000000000000b64773cd387b31955878bb541944862393bc6054ad51 1.75 MB 3,866 1
911,500 911,500 00000000000000000001b48233f9e4975fb609fff4d657baae48b46af564cef8 1.62 MB 3,883 3
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
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,448.99 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.