Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,246 transactions (0.49 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 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
910,153 000000000000000000022cb30000000000000000000000000000000000000000 0.41 vMB 1,234 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,152 (840,597 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
69,555 69,555 00000000014cc56f6e8033fd725cc776dfb8625ed2702ff066a34e92a806f3f8 0.00 MB 1 0
69,554 69,554 000000000108f5d915c3bcd5db234a2b7b52cd70f982ea4398b1505c8902fd37 0.00 MB 3 0
69,553 69,553 00000000010dad85ebedd69939960454e155cb53da592afa6e6c64cfd69fb66e 0.00 MB 2 0
69,552 69,552 000000000129597e42f8d92a9738c16a3be186fc6d3879c7373fc18737e16b42 0.00 MB 1 0
69,551 69,551 0000000000076b18614a1ce9178e8825ab843ed1f0897bd6e1bfb7d11b27533d 0.00 MB 5 0
69,550 69,550 000000000162abdd9e9ce756ddf1f0ebf23303ee356f717840cbf44f2cbaad10 0.00 MB 3 0
69,549 69,549 00000000006ec45fb156668d9f30816784742d570a3a5f0d5c7031ce695742d6 0.00 MB 1 0
69,548 69,548 0000000000f658c1bcf9145776a2f7be4ecd769a090153a4b9f2868fd245eb2a 0.00 MB 2 0
69,547 69,547 0000000000b3eb9f186958ec42461287f498b376983f0cfab49b3317a7a1b349 0.00 MB 2 0
69,546 69,546 0000000000745419182875ed6f028a3a1e02cb0057778ca39dbb7e393b650827 0.00 MB 1 0
69,545 69,545 00000000009c067e522659b72e6e7de044fb2feb59cb2de99c598e345429a582 0.00 MB 2 0
69,544 69,544 000000000160bf8edbc53b77e7264af8b5d1ac210b7f1b90fbabbfcf1b443a81 0.00 MB 1 0
69,543 69,543 00000000005fe47010e86724ac9670db52a6808d9ccb72f469e05544b4bbe597 0.00 MB 2 0
69,542 69,542 000000000160cc6ac7628917b06c3b7d21e096bb13028820f32d253d4e8890aa 0.00 MB 4 0
69,541 69,541 0000000000bf71d6f202a6a4d83b71a0bf28d5071fed7e410e674399569bd64c 0.00 MB 8 0
69,540 69,540 00000000006bb4dc9867e5d071ec0db314d530d8a969dd0508cf651aaf4d1048 0.00 MB 1 0
69,539 69,539 0000000001488963a639a66d2a73242a3b4ba415d1a9931ab6a7bfda783ca306 0.00 MB 18 0
69,538 69,538 0000000000e7860e3d999544016fed8873e373b3196f07ee5f95e09c904840ec 0.00 MB 2 0
69,537 69,537 0000000000769f4eb277c0fe2cf7465ebd293c7c06e0e6b6ab32e532ab4bf34f 0.00 MB 1 0
69,536 69,536 0000000000c1286ac87b8abb4dc88978d3a6804bc548b9ab05b703b96cc008e6 0.00 MB 2 0
69,535 69,535 0000000000452a5ea4fddbf138e6b4e79dca21cf072736a59e3db0fbfc0e67a5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.67 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,193.41 GB sent, 116.85 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.