Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

811 transactions (0.22 vMB)

Priority:

  • 1 sats/vbyte = (18 blocks)
  • 2 sats/vbyte = (7 blocks)
  • 3 sats/vbyte = (3 blocks)
  • 4 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,890 000000000000000000022cb30000000000000000000000000000000000000000 0.20 vMB 792 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,889 (872,371 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,518 37,518 000000003d615be07f3f96bcf78b8bf31a7df9bc5270de7bdaa7fa12d8a7a6bd 0.00 MB 1 0
37,517 37,517 00000000402339f0a53faff818debbd10bcb7f5ed82acca9623d67a75e706312 0.00 MB 1 0
37,516 37,516 000000005b24f0d2f68e29bb05e5ae88a8ab534f5ad011c35e2d200b75256d4e 0.00 MB 1 0
37,515 37,515 00000000a9b9ddbc2f32e00e660e4cf5a87c7f39b51f2a01e0a02b9e884fd059 0.00 MB 1 0
37,514 37,514 00000000a1cb0cc0fdb3643a17f27ff2951edac75f6d122b2d43236463d16638 0.00 MB 3 0
37,513 37,513 00000000a80b44e97fa7973384bbb5b94aad4fbc144e59ceb66bf053dfdec8ba 0.00 MB 2 0
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
Previous 10 blocks ↓
Total Size: 773.20 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,171.15 GB sent, 114.32 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.