Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

359 transactions (0.08 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,926 000000000000000000022cb30000000000000000000000000000000000000000 0.08 vMB 345 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,925 (837,576 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
72,349 72,349 00000000005dbab5c9a79377d831427c9a31f8b6ff4063cf9f22c02b64b18524 0.00 MB 1 0
72,348 72,348 00000000009eb0de74526e860bd4de583b058ae023049017a87ac60aee467eaf 0.00 MB 2 0
72,347 72,347 00000000010337ebe7d4a6726fa5b9aef0bf4608de8b1dda16277aae587c458d 0.00 MB 1 0
72,346 72,346 0000000000bef65b8c0b72a4b216e0edcf00b1dd579019127ef7b9fb77421c5b 0.00 MB 5 0
72,345 72,345 00000000003274708b3291e644e49da9b4684bb09c99dad4a4a015a2bbbce694 0.00 MB 7 0
72,344 72,344 0000000000df66a029b9ec4644da5f4b0b99ad1b802b3cf32ffd23711e735b6a 0.00 MB 5 0
72,343 72,343 00000000002422a1ffdbc2d8564ed05115fe9371637da36885546994d9e788f9 0.00 MB 1 0
72,342 72,342 00000000002167c65577a569218c76f098bbef43f5684463b1aaab8b8f97c1f5 0.00 MB 3 0
72,341 72,341 0000000000a3b077d8862276901273e1d609e7cbf119771a1051ff00966e16fb 0.00 MB 8 0
72,340 72,340 0000000000440c06204d51bea4d84e22c16643913abf39f7fe6a627982b05c3e 0.00 MB 2 0
72,339 72,339 000000000107f5c2b3877ea91183c934a6b81069edca4c09b431522d42a55b6d 0.00 MB 4 0
72,338 72,338 00000000003991f5b74a110923b7ff8c1f3db76ef0d54b427ba5b87ab0b0a313 0.00 MB 4 0
72,337 72,337 000000000085004eb28e5c2eef46dfcafff10efb2abde2890269e75a356e65e2 0.00 MB 4 0
72,336 72,336 0000000000efcd02162cf0508f8795d97d7883d9c45d01ccb95262cc95486d79 0.00 MB 2 0
72,335 72,335 0000000000be059f186c182d48642f415c1c802a487f542683fb5e7a44d7f7d6 0.00 MB 1 0
72,334 72,334 00000000003dac2e9d1294329b5be18c61513448be2ecc5361d06151ca2800fd 0.00 MB 1 0
72,333 72,333 0000000000cc1ba23e9ba153a5157a10371ca901a1f6bc17349b63d47f98c0cf 0.00 MB 1 0
72,332 72,332 0000000000bc76619da94d92e0fb82570141a827603c0f1dfb6fe06ee8c96c79 0.00 MB 9 0
72,331 72,331 00000000001a2edf34b50bedfa2332bc6d9f47ae9bde9b038d11469006d5b114 0.00 MB 5 0
72,330 72,330 00000000003d5ec741b529951072612e54ba3d48ed27b8e3cb117478747d5642 0.00 MB 3 0
72,329 72,329 00000000006239b27a335a51fda66b2ff65c22203932dfd5d1b615696dbcf5b7 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 773.26 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,173.18 GB sent, 114.70 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.