Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

4,409 transactions (1.76 vMB)

Priority:

  • 1 sats/vbyte = (6 blocks)
  • 2 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,051 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 2,460 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,050 (887,713 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
22,337 22,337 00000000798ca6a62a3d36f8584cc5b0ecd805c65d69c53718767f960b862a4d 0.00 MB 1 0
22,336 22,336 000000004d079c07c4b322fd9965aa26f7b3df75f8b11ac7e2572bb64b40e305 0.00 MB 1 0
22,335 22,335 000000006c6d16f6b86bb219cce028cc0f8e3e5a486965a315cce772069db20e 0.00 MB 1 0
22,334 22,334 00000000a8b5b26129386e54cbf76cfcd1cb40503d235108d47671a171428480 0.00 MB 1 0
22,333 22,333 00000000af810d437d91ea96ec99c8f1e5c9213b5f3afb17578124661f6d63e7 0.00 MB 1 0
22,332 22,332 0000000044a91b3b261accc212347ad50a4f484d6267a2602c28a21340bd2dae 0.00 MB 1 0
22,331 22,331 0000000054cc08b80e2ef5b33bb8144099076a6bd4d3017f4159ff0602d7eb3a 0.00 MB 1 0
22,330 22,330 00000000733a4ad851563f14e3a20e05485a69d7019b8ddb4d898124566aee4d 0.00 MB 1 0
22,329 22,329 00000000de7454a404f1efda14db3ebb1b1b920ec9c02ac2af51980d87abe49c 0.00 MB 1 0
22,328 22,328 000000008e81f8e6750e5c4a977650985476401f722e816eb8ea694787c5d813 0.00 MB 1 0
22,327 22,327 000000008ec07ed1a973dba421de98f967573581879d43aba04319319c323448 0.00 MB 1 0
22,326 22,326 000000009c929585096797d793d7e5846f5ac332faf8b290061f17b701f25d4e 0.00 MB 1 0
22,325 22,325 000000001b384fc20f60b74c6c3d8ebf8de4a63713db9f7479f8e788f9c1942c 0.00 MB 1 0
22,324 22,324 000000001b15a0e3cf8478b001e6688a5b83e7ed7a89e051935807bcc9faf372 0.00 MB 1 0
22,323 22,323 0000000089b23871920935845e08c180254ca310c1116102b149aadee3e77b83 0.00 MB 1 0
22,322 22,322 00000000ff6eb1ad5cac3feca1cfa679d75071f179bd2e61633f86ed5949855f 0.00 MB 1 0
22,321 22,321 00000000b9b3ce6fea90d368fd3d284d7ebc3e5ad638d55f6f0eb3935e23b470 0.00 MB 1 0
22,320 22,320 0000000031302d1a6c21ba9a1bcd1b8c951011c389563bc3c64555ab01566f13 0.00 MB 1 0
22,319 22,319 00000000278526063985e8871ad26d0a75f81ddfe4357bb12b6ab23dc1818f1c 0.00 MB 1 0
22,318 22,318 00000000f23e7fa37eae074cea5257db6a3504da7c0fac49aa14a9a35966b378 0.00 MB 1 0
22,317 22,317 0000000065f89541ac60d9346826a776cc708574d979bf392c11338b15f67ef7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.49 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,186.08 GB sent, 115.81 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.