Loading Tool

Explorer IconExplorer

Memory Pool

17,633 transactions
7.32 vMB
0.06287734 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.22/200 MB

Candidate Block

Mining Attempt 67815dbb1e334df36da2cee965fcc1c25b6e70765068b95d66754ed8dca954a8
Version 20000000
Previous Block 000000000000000000005b95516143f3a5c12ca43b8fea57fd53ee9679bfd479
Merkle Root 6d456b37bc007831ed8f0832ed86555ed362fae3d2fc4319a6e7c56642bfafd2
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,865
Size: 1.00 vMB
Total Fees: 0.04076419 BTC
Median Feerate: 3.01 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,457 (741,629 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
171,828 171,828 000000000000049f1cc455d6de178f07ecaba0109bb1cfd7496e5e9f02bdf5bf 86 0.03 vMB 129
171,827 171,827 00000000000004004f5127e1686b942d545492d661687972017e948bea9f26f1 58 0.04 vMB 71
171,826 171,826 00000000000008365486eef92204fe9dce96e3b4e9acf78becffd5b64c004bbd 23 0.01 vMB 37
171,825 171,825 00000000000000c763e9c76ae77087de1bb36a5f687c94330df91bc1d98a0d6c 13 0.02 vMB 65
171,824 171,824 000000000000042e16d19816663dd1f3a84cf661a68adbe35599721205acc3e1 18 0.01 vMB 25
171,823 171,823 00000000000005eaec8dedf0fe93655d5ee2ba1bf478c0fa564cf284eec90810 15 0.04 vMB 859
171,822 171,822 00000000000002b7cd0459bb6d47b9aab956fb89133e9ea0abf267b8d16542f7 6 0.00 vMB 909
171,821 171,821 000000000000037799b95549ec5a272d7bf6e7855245beed6b979d57b9d051a5 11 0.00 vMB 801
171,820 171,820 00000000000005f2dd7a392d0d028ff6c3df36c35cb3e278dc284d6212c8517d 102 0.03 vMB 33
171,819 171,819 000000000000028d62f58b05c1476c946e55d5b9a2cfb6196a2b6722d832fdf4 1 0.00 vMB 0
171,818 171,818 00000000000002d00e92e88ba4b140087b3a36d076b6f54c239b822638e67654 1 0.00 vMB 0
171,817 171,817 00000000000006fe0f15aab4f027354c234e51e044c02cd473233ba306f382fc 21 0.02 vMB 69
171,816 171,816 000000000000019fd29851e0f40f089213c82621abf09493d09619b8a2a1180e 57 0.06 vMB 62
171,815 171,815 00000000000003cdf232ae83ff9f32348b64b6053199a3536243f32561b3247d 60 0.02 vMB 78
171,814 171,814 00000000000004196fb0c60486a38d83e23ca3ba7a5d863df80679ba85586a05 1 0.00 vMB 0
171,813 171,813 00000000000004c682fc9feb9d42c76c1c26973bc8c8d46ae2711cacbb40f736 147 0.05 vMB 25
171,812 171,812 00000000000007d68724f9fc950f1ff4cf1e04758be686a44638f18f7062c54e 13 0.01 vMB 104
171,811 171,811 0000000000000ad7408fe4cc6208100e13834d288bb51aaf9f878f182031a8d4 1 0.00 vMB 0
171,810 171,810 000000000000017ffd4fc76f28099af1df3fa0728363163cd8b5372da01eab4f 34 0.01 vMB 63
171,809 171,809 00000000000007a790da8b98d9ff41617ac18d6cb527e333ef0e4e9bc05b8d60 51 0.01 vMB 12
171,808 171,808 000000000000019284ece2c71e8d7c87fda5012987bf902557b9b825f34afb3e 56 0.02 vMB 69
Previous 10 blocks ↓
Total Size: 779.66 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 316.72 GB
    • Received: 1.52 GB
  • Uptime:

Notes

  • 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.