Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,159 transactions (0.45 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,509 000000000000000000022cb30000000000000000000000000000000000000000 0.45 vMB 1,140 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,508 (883,039 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
27,456 27,456 00000000d2e129ee24d4581a9ec88e6a81b46909be45de3b6e9114c359c1c98e 0.00 MB 1 0
27,455 27,455 00000000f6343aa1d4f860bbaf8f0bc57b56679f588a47b3debfa8eb0ed60715 0.00 MB 1 0
27,454 27,454 00000000888c5900c5bc7cfb2c61158d6e5c92f61b6bea728108cfa2bdb1d793 0.00 MB 1 0
27,453 27,453 0000000058b4f8f982a83e1aeae4a19de61aa676f33619428963ceac67128873 0.00 MB 1 0
27,452 27,452 00000000c44a8b5f19cbb4e77d124ea47a76d065ce5ec62ed16e8b6b4d8305ad 0.00 MB 1 0
27,451 27,451 000000006748d811b54dbcde6807157fcd35e61473c31be890e73ca97ece83fd 0.00 MB 1 0
27,450 27,450 00000000b934151d4f01caa358517167692bbf2b26c8d0a711cbef9a959848d8 0.00 MB 1 0
27,449 27,449 000000009afc0866a227994efcca7ed5c2efe7babccaa409372c6aee4e6da3eb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.33 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,244.41 GB sent, 120.19 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.