Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,340 transactions (1.62 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,622 000000000000000000022cb30000000000000000000000000000000000000000 ago 1.00 vMB 4,084 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,621 (843,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
67,213 67,213 000000000027c02e189dcafd3e61b84e05e59f849b01193142310829992c0851 0.00 MB 1 0
67,212 67,212 0000000000c6c8b6b9497cf5667ba76ae7914128c1d5625d6ea67a6053a7d199 0.00 MB 7 0
67,211 67,211 0000000001076e620909e0955f24e77992c3e71899696407755d2254dc23b041 0.00 MB 2 0
67,210 67,210 0000000001e5b662288763e24c7378d0a3a9460b8b5b90f4f05b7ef27678a18d 0.00 MB 4 0
67,209 67,209 000000000357b1f2b61bf064d3a453058eb2d6c96bda0b39a8383ff98c5c32d9 0.00 MB 1 0
67,208 67,208 00000000038130c81f91db9b5b2497480912cc3928101e655f12b84994f50da8 0.00 MB 3 0
67,207 67,207 00000000053f81118c2d6535afbe9004f50c08f47a23478f52d8d44cf0815187 0.00 MB 6 0
67,206 67,206 0000000005205ced75d9e93b9de805926725beadb8b4193c480ec73aef296dfc 0.00 MB 3 0
67,205 67,205 00000000049809d7f317e90c0e803c8cffb465f060f5a74660ca6546689ac361 0.00 MB 1 0
67,204 67,204 000000000104e981bfc03afd686409889c5072abd4481695b7773858fccdd961 0.00 MB 2 0
67,203 67,203 0000000004343503690be298e64389c6a1d177d242409ae90d6597bed1394dde 0.00 MB 1 0
67,202 67,202 000000000492ec2bb4225dc5d300482ce3f6ae6524726bc81132fee7d6353224 0.00 MB 6 0
67,201 67,201 0000000001af102c05f77b05187ba4232cc10a96bcbc772807926672476dda58 0.00 MB 2 0
67,200 67,200 000000000489739b8d2455711b9c8db6b0c7c7d286b2067e433b3c47161f0185 0.00 MB 7 0
67,199 67,199 00000000022c5657d8ba0bdf7f83eec0ae92545cdeb7eaebd28106a7f0863a51 0.00 MB 4 0
67,198 67,198 0000000001b37545498188c2d20bba08ca3a9f5060ca448c9fb177df4080e5ec 0.00 MB 2 0
67,197 67,197 0000000001cd9835b9dd46d32ba98b49e75aff43451aebc44e9cf3cdb9239c11 0.00 MB 4 0
67,196 67,196 0000000002c525a8f5fc6acb9318fa59b8234f4a951962749e418f27b32ab0fe 0.00 MB 2 0
67,195 67,195 000000000202cc6a69e9c0eabb6869da9582dab3e9256b3d6955121901def9d1 0.00 MB 3 0
67,194 67,194 0000000004e0bad7e2e2eac1dbef8b98d804e14d61e9ecac869c7a1ca51a6ff2 0.00 MB 1 0
67,193 67,193 00000000026b8833c752db119c7006ec6d87665c765a689ea69e1f9571b08dd0 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 774.53 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,258.69 GB sent, 121.15 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.