Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,048 transactions (0.33 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,556 000000000000000000022b910000000000000000000000000000000000000000 0.33 vMB 1,039 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,555 (43,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
868,367 868,367 00000000000000000002de11f55894a4bc967740b6e6fd1fb9fdb1796eb51d63 2.09 MB 1,782 4
868,366 868,366 0000000000000000000152dfa31bcf44ecb266ba2c947fb0c29cba33cf16d811 2.13 MB 1,789 3
868,365 868,365 00000000000000000001225f59be8ebb1c1eebabbce74714640f4a939c81956c 1.97 MB 3,855 3
868,364 868,364 00000000000000000002bbc419fc94f9c9d944f3fec409485686a565e6aee1ae 1.65 MB 7,945 1
868,363 868,363 00000000000000000000e385e1b8034a11c2dc7938a4665417e09fc60a87d1bc 1.97 MB 3,761 2
868,362 868,362 00000000000000000002310904d30e4ffabb1655427fed8654036eed13cd3fb3 1.97 MB 3,971 4
868,361 868,361 000000000000000000026cd50669d768df81fc7231b4d3af3cdd5427f68fe79f 1.95 MB 2,644 3
868,360 868,360 0000000000000000000283105e0eff904fa3bb645397b2428da4df56c3ff24f1 1.96 MB 3,998 3
868,359 868,359 00000000000000000002263b64860d7ec800483a72a36c5d66b9159aa9070be1 1.99 MB 3,088 2
868,358 868,358 00000000000000000000bb9ed33250edbe797a3529c3c2ef7447b19b9b68278c 1.82 MB 2,431 5
868,357 868,357 00000000000000000000f44744a55311f46452601bc510cd0dd37efe375b0be5 1.68 MB 7,587 1
868,356 868,356 0000000000000000000272b4056a897f6ee51e1ed191c08b22f3dec47944a1a7 1.94 MB 3,821 3
868,355 868,355 0000000000000000000053ec593e4998cc4917335a0d224b0c75228c5a123245 1.90 MB 2,232 3
868,354 868,354 000000000000000000014bb969cb1961c7defc0d402ff62925e83b67d6d5e196 2.01 MB 2,719 2
868,353 868,353 00000000000000000002121a62fc9b7bce0f8c0998c82d13ae675024b545b5d1 2.03 MB 2,325 5
868,352 868,352 00000000000000000001ed379d0396bf1ac2f8cfd8b40348f08ba7a4990c7b9a 1.96 MB 4,278 3
868,351 868,351 000000000000000000024f835c1001e01c7850aa6316e095a9c5e585de80acb5 1.93 MB 4,562 4
868,350 868,350 000000000000000000024246f2ddfaf16dc766fc9ac0b32ad0483995a21afb1e 1.81 MB 1,898 2
868,349 868,349 00000000000000000002be47d7ca2ac803e457fe4438b259161a07606372b52d 2.21 MB 2,075 6
868,348 868,348 00000000000000000001fcd04d007735a92ca940f08cd50aa03b09bb76a6964a 1.77 MB 2,711 6
868,347 868,347 000000000000000000003128305e873d5d24bf1bdf8c60e64c2408d3b9238fb5 1.38 MB 2,207 8
Previous 10 blocks ↓
Total Size: 776.27 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,414.33 GB sent, 129.97 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.