Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

18,528 transactions (5.81 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,695 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 2,935 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,694 (872,167 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
37,527 37,527 00000000138aaf5f25d04dc2bee072ca60112de0a26644d50e4b969b2aca15d1 0.00 MB 1 0
37,526 37,526 0000000033bc2442539f6ac88462b1641d785e6837f7c13d15b3998a744ef45f 0.00 MB 1 0
37,525 37,525 0000000018eab1d8e590e18d37be5adb4528ef7ef563157e6fce6e3da2bf808c 0.00 MB 1 0
37,524 37,524 00000000403397e337cbe9eab97ff4966df76182076b4a6efd23bce6e68793bd 0.00 MB 1 0
37,523 37,523 00000000675389c2b1ff1c2e4a1b34f36c4c41e7b3044174ed956538387af171 0.00 MB 1 0
37,522 37,522 00000000900ada85eeafd4284aa97b355a7cd40173af2bc87aa0795e094e4a07 0.00 MB 1 0
37,521 37,521 000000003c90161e3810b993104e7bad9ca40165e8dc6197d0cac7b13ecca62f 0.00 MB 2 0
37,520 37,520 0000000034a4c60607d143df712129322929ea119e663c1435c067c8c00cb677 0.00 MB 1 0
37,519 37,519 0000000078f202125b14e4b491aee3c9a49529818c34321342d77e11cd1c84e2 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 772.84 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 112 incoming
  • Data Transfer: 2,154.39 GB sent, 112.60 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.