Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

481 transactions (0.11 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,279 000000000000000000022cb30000000000000000000000000000000000000000 0.11 vMB 476 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,278 (846,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
64,112 64,112 000000000108a42498a19df75f5790a136b6595662dc6578d362d84cd14defa3 0.00 MB 1 0
64,111 64,111 000000000bdb98f124dd6bbd96a91efd3408758a04d307285eee80a1f251eb79 0.00 MB 1 0
64,110 64,110 0000000003c4e4357ea31dda897ab0b0bb597bf47586ee3693a5f7bb68cbbd9b 0.00 MB 5 0
64,109 64,109 0000000006cc9d219f46d5058588c9c02afe93ee9cc70b83a161be60524a3340 0.00 MB 1 0
64,108 64,108 000000000c9e3cfe1d6afb9a8017005f2aabc4395da00235a613b87bb0b29975 0.00 MB 1 0
64,107 64,107 00000000024385a7dc4f0a1c6636e2100d2ce9bcf94f4105ab86140df2cbbab7 0.00 MB 1 0
64,106 64,106 000000000721a3afdea167476ab2a30b0b40d967a05534888dd3e27d1c41832b 0.00 MB 1 0
64,105 64,105 0000000001a6d50cb92e843ab474b7cd98bda380dd9522e177e968d304a59727 0.00 MB 1 0
64,104 64,104 0000000007db4220b7541f3b5a67f18ba6d99dad09af0b7ae24f78e877db8cea 0.00 MB 1 0
64,103 64,103 00000000006b17268e7f99149fe2e7f050cadbd2b5a344ca75dc1730eda667dc 0.00 MB 1 0
64,102 64,102 0000000007b1aac4177806dfc52d4d648f10df6870d52c7343b9844299e2f505 0.00 MB 1 0
64,101 64,101 000000000c0a239fd848af1bc3d842719a1b3b9f6d3d9491cd7bf4fdc4462957 0.00 MB 1 0
64,100 64,100 000000000cfcd8f887746143bed43a105c61e90edddd7dc08ba316203cf49b0c 0.00 MB 1 0
64,099 64,099 00000000011444e94db681805ecfdfa3f15fed4b276d95fe1090ac61011b360e 0.00 MB 1 0
64,098 64,098 000000000455f7a97026cd1da38b233d4f2d544de2dd9ec04bafc4688bb576b0 0.00 MB 1 0
64,097 64,097 000000000b94c9491f1d9857b0d6b09b79cb57b8863941bde7405951f7d3a022 0.00 MB 1 0
64,096 64,096 000000000c8cf868effa06751dfccec5c35376b36c0a1ed5adc47e4fea6c3924 0.00 MB 1 0
64,095 64,095 000000000bdc2cfa88427ac1a503c75b999a62ceb9bb1d8dd0c54dcb8fcd7a84 0.00 MB 1 0
64,094 64,094 000000000360945353158e2a7d96959e62f90aab5b21835a3d3865d248d84e70 0.00 MB 1 0
64,093 64,093 00000000006dc8a210ad929d41609e6a255503248a0655d76679428b64c578c8 0.00 MB 1 0
64,092 64,092 000000000c3fa525569cd50b2d112f54abead58c79a50d90fa4b64375e0e8bec 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.92 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,227.21 GB sent, 118.13 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.