Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,457 transactions (0.83 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,562 000000000000000000022cb30000000000000000000000000000000000000000 ago 0.81 vMB 2,453 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,561 (883,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
27,477 27,477 000000008f06e0efab3e1e10a6958dd42057db76e79cbeb1da52406d3d4957f8 0.00 MB 1 0
27,476 27,476 00000000c9e15cb7ee4f3683c2deb5756a1c5a2c5f3694db709d94f6ae50bc37 0.00 MB 1 0
27,475 27,475 0000000043fd457d8495cfdc2f5d8be22e85ec62da345b0fbda86fdc6fb1b090 0.00 MB 1 0
27,474 27,474 0000000095f9e2269f1c9fae1ff29aa126d5376176297b9478a59cc98c886767 0.00 MB 1 0
27,473 27,473 00000000620cd79fe5e9d78d55346215f332cf39024218e93477e0629a10dd12 0.00 MB 1 0
27,472 27,472 00000000b9591cdf64c6016d3a686026357ccb000d8bd5c7f2b139f49785f6ea 0.00 MB 1 0
27,471 27,471 00000000c059369b9ca8c0f803c6c58474cdcf9e1c217858fbf80765efc3a47c 0.00 MB 1 0
27,470 27,470 00000000b4aee84182bedac827431e7b9a44720e2281cdf762a22b645bd74b6e 0.00 MB 1 0
27,469 27,469 00000000d6028095e8508e651116f2105e542d67c6649a4d588d7bb84bde21f9 0.00 MB 1 0
27,468 27,468 00000000f5afd533e507ef33d871b93f0597391873add754817426f6496d8a7e 0.00 MB 1 0
27,467 27,467 00000000c675c0e96682aebc12c1e48fd3577920ed085eb4454284b7d871056b 0.00 MB 1 0
27,466 27,466 000000004d1774fa1a29178f1b4c7c3b41ac107780ef50dacfb4902dacd0242a 0.00 MB 1 0
27,465 27,465 00000000244ff6bccb1d4b6997f62cd8d8c24138abe618c32de0795081d79ca3 0.00 MB 1 0
27,464 27,464 000000004ca5ad91efba69cc16da22838b8a3188dddabde557a12d3c4f734a11 0.00 MB 1 0
27,463 27,463 0000000095a98f5448bd1e88688383d13a05c1df5d73e0ea90f1bc53a0b9c622 0.00 MB 1 0
27,462 27,462 00000000c5298c0086de5a82912a881b3194b0c3f53693f6f165250e2f121349 0.00 MB 1 0
27,461 27,461 000000006faa23fbf2a61158f92061194146c2f6035d5841dd910b628875e2f1 0.00 MB 1 0
27,460 27,460 00000000b027f563c728a669ae2c820d18f99dfb0601b5a2ed86a56b14b37020 0.00 MB 1 0
27,459 27,459 000000006c32c5fc4e1cd315549d87d9f40ed7838e603fd3977093d4a053b667 0.00 MB 1 0
27,458 27,458 0000000024410b26373b939543f7781b0b98eb287dfc290e740985dbd4a4ed6b 0.00 MB 1 0
27,457 27,457 00000000ad278cbf9a301565ba1f369e94bc3194d84945f4b37b92c7d1be11c4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.42 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,252.55 GB sent, 120.63 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.