Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,577 transactions (3.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,631 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 1,504 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,630 (895,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
15,279 15,279 0000000093882851a5d634a47fd12e401991577f6581820561cfb708e4c5f8fa 0.00 MB 1 0
15,278 15,278 00000000518e87f36be606801964caa691b09930ab578e70ac5e4ef277c6ee18 0.00 MB 1 0
15,277 15,277 000000005e840a51c76b04dd871ff8708c71483a83e393849395cb6ee0fc445d 0.00 MB 1 0
15,276 15,276 00000000f23ecb2dd1826b64c7540a7378904b86b6c2b590c7ba65416c1e7d34 0.00 MB 1 0
15,275 15,275 00000000e1697ca7b5609136773f9620d5b3c6f8b71929d7a7dd3c57c552d722 0.00 MB 1 0
15,274 15,274 000000000b07f0244d9c97ef3f5fb7cb85cadffba5107351a46869b8ce35c2f3 0.00 MB 1 0
15,273 15,273 00000000693a5bc0579a313edaf867a66a2d4ce234a0b6e35b74f06212b0e030 0.00 MB 1 0
15,272 15,272 00000000dc0b909ccf80089ca4dc9312c566e949ad007fd098ca0a5e41fac056 0.00 MB 1 0
15,271 15,271 00000000cff7c66bccea8059ab9bd77d0105830378dd6917b9e368fecfa27671 0.00 MB 1 0
15,270 15,270 00000000406d2cc735a28768283694d5792e2b39c2bdb7eb491e42390421c701 0.00 MB 1 0
15,269 15,269 00000000e849b642bc6d2cae4ead35a3ba72bd1e6bedbd2ac0819cd62b716b13 0.00 MB 1 0
15,268 15,268 000000007f140a3cd5ccf22b0e4e705acee5e568d106fd6feeab1be2fd6fc35c 0.00 MB 1 0
15,267 15,267 00000000aa660c9a520a466037590597c99dca99042a317444cb8343e927c1ba 0.00 MB 1 0
15,266 15,266 00000000cbaf7b5b6fe63f46e3250b8eca9c03ac2c077ec2c39ed46449befd9c 0.00 MB 1 0
15,265 15,265 00000000fe39187c9f3cb9341efb2aff62b6b2f7cfa2a146f1d912a24e7d19b5 0.00 MB 1 0
15,264 15,264 00000000e755599b9b28faff84dcaa94fb2def349c666c30051bcf4b66955a03 0.00 MB 1 0
15,263 15,263 000000003ab4efbf3c4a90d9b5cf6d200ee0c9e10bb1092bdabe55132d797d4b 0.00 MB 1 0
15,262 15,262 000000009236fb6bacc995bdf6ed70cc961ed83c706d581a45a6774b9e0d0caf 0.00 MB 1 0
15,261 15,261 000000003c1eaeb84d0877d5cb0843b195dfd8ebd8ca64d02287f4c38c42dceb 0.00 MB 1 0
15,260 15,260 00000000c0f5b21bea55a4e5498720291bc97c0bb742c5d5219e0727bf7de24b 0.00 MB 1 0
15,259 15,259 000000003a76af092ff1fd305ee854c2afd993be0a64d9716398682c7396e432 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 774.54 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,266.02 GB sent, 121.30 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.