Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

1,674 transactions (0.58 vMB)

Priority:

  • 1 sats/vbyte = (8 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 4 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,654 000000000000000000022cb30000000000000000000000000000000000000000 0.56 vMB 1,656 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,653 (837,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,979 72,979 000000000087c932866e37d046e70601d2f545744f185803b82dc2dce59b846c 0.00 MB 2 0
72,978 72,978 0000000000952b0a25c185ff17034bd92614a882b911ddd03aea55934eafc2f5 0.00 MB 2 0
72,977 72,977 0000000000072e061c3060cf694d538206ddd88daf6bb797d5b9ff8b7521d114 0.00 MB 1 0
72,976 72,976 000000000014f47491b4ffd12f580fb8826c729fb642ac58f3726783df2840ef 0.00 MB 2 0
72,975 72,975 0000000000b7d36e5d3c9fcf1de725f8f834125542ffb1e8a9d0eab67cdcd364 0.00 MB 1 0
72,974 72,974 000000000018d42413d3a180f498d26cf1118a658dd5c5ebbbe8b18ced3689ee 0.00 MB 1 0
72,973 72,973 0000000000582f609730590f1a83faf07db909a1a6536013a3e8404f2d1b1328 0.00 MB 1 0
72,972 72,972 0000000000558be4330d61b1339b0e7fa9242fc3ab0f7db8999b0f11ab15bc17 0.00 MB 1 0
72,971 72,971 00000000009ef6294ba336bf934d2f1f3670ca7c99a0ffb097458fa7cd88c54c 0.00 MB 1 0
72,970 72,970 0000000000a0db9d78628e598d492eb5ddfb2f25e876df6fc3b1a55eedfad630 0.00 MB 1 0
72,969 72,969 00000000002d6cdce514edd921bda9888a48c01fab64e5400bd6ca2d0d3874eb 0.00 MB 1 0
72,968 72,968 00000000003c18b7870378da03691f0ee79dbbd47ca2fb6fdb7319417833ac8e 0.00 MB 1 0
72,967 72,967 000000000050ffd462223cfa40d2fab89f01c0b3dc3c31ff6b3d5ac9c5089bbc 0.00 MB 1 0
72,966 72,966 00000000001862f189fa29961dbfdf77b9392e8f58b8ea69e58435a96b056f7c 0.00 MB 1 0
72,965 72,965 0000000000676258ee8c9ccc77a8d134c99dc90bc9dc9a3fe75a959e9a1aa741 0.00 MB 1 0
72,964 72,964 00000000001d12e00c7ebc8a68de2ec6a5fad17ec6030a2bd3eb67636c2adc12 0.00 MB 1 0
72,963 72,963 00000000002c1f284422a511fb576dc03c2533c8303e1badaa2949683323f25f 0.00 MB 1 0
72,962 72,962 0000000000b7b06890f877f0986f5e317280b1cd4fc369bf997c87e6f49c1574 0.00 MB 1 0
72,961 72,961 00000000005fcea264c6fc6be1a6a2b0f87f1edd192d7ef85a7aef3b8f7e2d56 0.00 MB 1 0
72,960 72,960 0000000000321901b7676fa1dd43f3e3e197a2029192b8cf5359e69b3066ca27 0.00 MB 1 0
72,959 72,959 00000000001a9c404f58bf165fd6f43d1277a1bdc87cd7918c814dc9f573f70f 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 774.58 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,279.97 GB sent, 121.51 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.