Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,705 transactions (1.44 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,104 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 3,107 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,103 (830,993 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
79,110 79,110 0000000000477c931dd73de65679babaefce01582089d86fdc276f8ca494bbeb 0.00 MB 1 0
79,109 79,109 000000000044edb61a029244033b3f500f8d538adc9af3f408425a5d589adc41 0.00 MB 2 0
79,108 79,108 0000000000073b4f5f48e16aef8f1cd84cd1c92ed0e65d830ce7f0ea93ced8ff 0.00 MB 1 0
79,107 79,107 0000000000454d45fbe4fcd9771c65b23ea83a8349dc42408a9c7e235ebb42b3 0.00 MB 2 0
79,106 79,106 00000000000a057f0638ebb492072949d4c781e673610bc6a79e7872d9fd36b3 0.00 MB 2 0
79,105 79,105 0000000000400e25a699b69db5a8ab9143f4b3fe3eea9d75b8606d0abebfd2fb 0.00 MB 2 0
79,104 79,104 00000000003bbc338f3fb7a5e73b669d84a33e865b5efba5a65777f9dca7715a 0.00 MB 2 0
79,103 79,103 00000000002a463520768b5e384370e8b49544b06f4676aa86c67b48baaae338 0.00 MB 1 0
79,102 79,102 00000000003df38986eab0875471545cdadaffba4e29e66f74fa5db29879b951 0.00 MB 1 0
79,101 79,101 00000000004547b8ef814a904284d106d94abfa9cb6d1ed7ebf1aaaacc45c17b 0.00 MB 2 0
79,100 79,100 000000000043cbdd7e64a581fc861752f3b2364cd4f6dbbf6eced14054679d51 0.00 MB 1 0
79,099 79,099 00000000001efe837e418018bbf2b1f15aafb605ae3dcd492b72b8fa318693a3 0.00 MB 1 0
79,098 79,098 000000000043df0f9011877e1a2850531aba8acd30886a7140c8758b4369fe80 0.00 MB 5 0
79,097 79,097 000000000054c529fdabd1bb832395ba167c5d6137fa932b47ade7279c2ded08 0.00 MB 1 0
79,096 79,096 00000000002238f612cf352dc9a00b9b1c667d33e875da78abdfb2f4aadaedbf 0.00 MB 2 0
79,095 79,095 0000000000264ead5f228295a3bfa01a6d3141d5f54af8ef2d41cc79d62ada38 0.00 MB 1 0
79,094 79,094 000000000017b943aa938a3f1c5fdea3a77cc6c16434dbea3b11f5a60cb612f9 0.00 MB 1 0
79,093 79,093 0000000000493bd2cb41ad643f11ce4385502821bcd769fec26e8578354ea8cd 0.00 MB 1 0
79,092 79,092 00000000000fe5d140ebec388d14410dd0964ebb1f2c7c004f32c5291dcad3e2 0.00 MB 1 0
79,091 79,091 00000000005bc41e343111c20c15f4d4ec1c908f3cc88c9bb28ddeff436b253c 0.00 MB 1 0
79,090 79,090 00000000003d0e15293a27cfcb4f75dd51742e48a4dae1f5ca73a3dc2ebe6925 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 773.58 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,188.63 GB sent, 116.41 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.