Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

592 transactions (0.21 vMB)

Priority:

  • 1 sats/vbyte = (4 blocks)
  • 2 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
909,952 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 579 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,951 (872,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,512 37,512 000000006f2b0a31db576007a8775eb2f548d70a6566fc57f38b0dcab4ed8124 0.00 MB 1 0
37,511 37,511 00000000450bbea1d63e7427be59cfb2b0f2bc152fb998316f4d78fa15d4f73f 0.00 MB 1 0
37,510 37,510 00000000a75d95df97f95ddfbb5d7dc2ad7a25cc754538d3d9bb947193f5e043 0.00 MB 1 0
37,509 37,509 00000000093dc1a03b4aae942066d72201ff57ae372181daa52ed51574f03b47 0.00 MB 1 0
37,508 37,508 0000000083141f57dba0b42f02d3efd49054487c1274ab2583bf2c5119973d72 0.00 MB 1 0
37,507 37,507 00000000a7298b443f8f715e4abe20861a62375724ec20d9e2e5861b9a1e06eb 0.00 MB 1 0
37,506 37,506 000000006bcece2af5c9cdb0647013a10e647b7c0f9e7bc7dbe447a6ac70cd97 0.00 MB 1 0
37,505 37,505 00000000858536139b2209133371c3405f3374630b9a0286306123690dd2b985 0.00 MB 1 0
37,504 37,504 0000000072e7f55ff537bc9267b07ad7df32486d69e4e59c91e6d00c009589fc 0.00 MB 1 0
37,503 37,503 000000008cedea309a62acd9e08427b3cc4e2d03366028832c27bad81c6d96e3 0.00 MB 2 0
37,502 37,502 00000000831eebdc11a91023f0a50dc763ca621194ed062aa1cf9eff62e7e454 0.00 MB 1 0
37,501 37,501 000000004d997e9c6cb391ce9fb64e48ccfce92dbf47284e9935a7f00ce9fe44 0.00 MB 1 0
37,500 37,500 00000000353eb7f067a2decc5825c2f3a808e00fb1189212a02e4e7f46ed0dbd 0.00 MB 1 0
37,499 37,499 000000000c18fb0e7cec0b8163907529cd1913458dec55d8ada191344d8de5e7 0.00 MB 1 0
37,498 37,498 000000006d0e5287dd9f37d9c7a029ccd435b9db65003861993b06f4012be324 0.00 MB 1 0
37,497 37,497 00000000580aaafa04006e77fd95159cbc45aaeb5e9147dbee26b0047f3bc579 0.00 MB 1 0
37,496 37,496 0000000008ce7fe5fd77c67697f39083722d13778195d5853bbba0945e0891e5 0.00 MB 1 0
37,495 37,495 000000002c12a12be95452d0ad27e8b388af5bc48f77b01c81298b47409e0ab9 0.00 MB 1 0
37,494 37,494 000000006a918b01eb459282c554ac2e45aa9fc6e353f58ecbed162836c653c8 0.00 MB 1 0
37,493 37,493 00000000badbefa9dd5da45bda9e71429d0a9583ebd92facc58574e9de613043 0.00 MB 1 0
37,492 37,492 00000000126791a1d2aa3a4189dc6546b0a4ccf859a80bdb8e789bf46a92ebdd 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.31 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,177.15 GB sent, 114.91 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.