Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

5,256 transactions (1.29 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
910,660 000000000000000000022cb30000000000000000000000000000000000000000 1.00 vMB 4,076 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 910,659 (837,674 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,985 72,985 000000000015a36ec5f9f45a314647eeba69288999d4893bb319d8ed7b4cfb90 0.00 MB 1 0
72,984 72,984 0000000000932a4c814d8b2bbd43a5204f7476363d99fd8508d88b66c81b69d5 0.00 MB 3 0
72,983 72,983 00000000008e39481d86a238fece26ce0b9a402e9bc1e91b7b219da68dce2b72 0.00 MB 1 0
72,982 72,982 00000000009e657725ead468a9681c1a899293765beae3e451a9c0b220aefa1c 0.00 MB 1 0
72,981 72,981 00000000004e03394f816b9a3f6385283f78bf3fb785ba38fb71b27a115b6fdc 0.00 MB 1 0
72,980 72,980 0000000000413d42abdb0ecb3e27b1bd0eaa92d63c2a4ca142db5ebae0eb3f78 0.00 MB 1 0
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
Previous 10 blocks ↓
Total Size: 774.59 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,281.20 GB sent, 121.57 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.