Loading Tool

Explorer IconExplorer

Memory Pool

42,915 transactions
28.58 vMB
0.16158722 BTC
Random Selection Loading Transactions
Max Size: 147.52/200 MB

Candidate Block

Mining Attempt 742befa24cb9775ed6ebdf9676a464c3572409c46c65148dfc99fe7110f93652
Version 20000000
Previous Block 000000000000000000008372903aa4d0da986da668e92f623c39e85dec80bae4
Merkle Root 4310c29d22e5d058edc584624d4dae641991dccbd28020fcb507b98c7fcb589f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,856
Size: 1.00 vMB
Total Fees: 0.08944255 BTC
Feerates: 265.25 > 8.96 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,267 (841,450 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
72,817 72,817 000000000006c6c739fd8e662d8ecb76b9f343e9ee7fee78226b2d40d6e214e8 1 0.00/1.00 vMB 0
72,816 72,816 00000000007e9dea76513b603a10b094747307caed65d8c44f9c57a9fa6a511e 1 0.00/1.00 vMB 0
72,815 72,815 00000000008d6c3f867b1a106d294909962c66ff18d7226a10fa30e5262e8d0f 2 0.00/1.00 vMB 0
72,814 72,814 00000000001bd8a05d3fd7f8663170fdd01d7bdc14d450c89304b100b54795bb 1 0.00/1.00 vMB 0
72,813 72,813 00000000003cc11a4701efa1940493ca35c885c1d6ada57093a9427afca1ec7c 2 0.00/1.00 vMB 0
72,812 72,812 000000000077714655fc81096527149d5c5e63bfc3cc4dc136bf2de3f0fc48d4 1 0.00/1.00 vMB 0
72,811 72,811 000000000088f4225f1f0e3b4629ce2595af37ac2cc178686eca99d4c2fac15e 1 0.00/1.00 vMB 0
72,810 72,810 00000000003c7d7ed8919dccb59e201c54211485dbd73b44cb414080e4d0bde1 1 0.00/1.00 vMB 0
72,809 72,809 00000000001bce0d22c7026e92fa1ec1906648dc00d3d80cf82bf4f940496872 1 0.00/1.00 vMB 0
72,808 72,808 0000000000350134622b738cced617c3c50c64d9afac3251fc9cb158522317de 2 0.00/1.00 vMB 0
72,807 72,807 00000000007c42959d8154e3a3384e59a1958575619f0fc013702238fc797627 2 0.00/1.00 vMB 0
72,806 72,806 0000000000b596b9c7b9fd87b5e313cce2831e3168c8d6d683fbe5ce00e0b5ef 2 0.00/1.00 vMB 0
72,805 72,805 00000000001aae0e0fd429f1b8d32eab57f1ea4761bece6376e4c47dacbcc437 1 0.00/1.00 vMB 0
72,804 72,804 0000000000430ef57ec9cda7e22ab82c60ce9df11c587215d997abf131cd55f5 2 0.00/1.00 vMB 0
72,803 72,803 000000000009d3f050aae162c2549a62cfecff71e95c5d61ef62f25137d48030 2 0.00/1.00 vMB 0
72,802 72,802 0000000000117880f0aa61e44b69d8c4caedb0a7a54b69eb27d309a6c10d6b40 2 0.00/1.00 vMB 0
72,801 72,801 000000000057ddb4d5aa749acdfc0293443ee0baa1b12f8ca70daa4dc68bb653 1 0.00/1.00 vMB 0
72,800 72,800 000000000033bce15d2952c8cc4b5f672a588e3766f3827ab613e76722ab5d91 2 0.00/1.00 vMB 0
72,799 72,799 000000000073260eae099eb6855a38341fd96b4b0b97fc558cb77bc0d652faba 1 0.00/1.00 vMB 0
72,798 72,798 00000000005cd709dd379ac9d2ed7fd8a2fe3d20ed974c63e9ef33cea192c860 1 0.00/1.00 vMB 0
72,797 72,797 0000000000378a47c3aeb06cbfd6ff5fa72d364e660dcbed92853f1dd7a41e6e 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 578.29 GB
    • Received: 8.71 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.