Loading Tool

Explorer IconExplorer

Memory Pool

16,562 transactions
9.10 vMB
0.03841653 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 3 blocks ()
  • 3 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 49.56/200 MB

Candidate Block

Mining Attempt c8da2486adcfc0ec0a24f86e2098919674fc3bb037bf10fe0eb4af15a23e6d81
Version 20000000
Previous Block 000000000000000000011bab8835206eaca3c4ef5c316158790f9562b53d7feb
Merkle Root 674a73ed5349f1cc217ff72c011eb78851782ef31d41ff9a5c74fa1e7f330391
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,133
Size: 1.00 vMB
Total Fees: 0.01854022 BTC
Median Feerate: 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,374 (758,362 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
155,012 155,012 0000000000000ba3a2fa1650c895755b92bcb4455f5fd4fc5b47220dc88cb185 10 0.01 vMB 910
155,011 155,011 00000000000002b73db516842ff0cd0a43407e81d020347fcd0d35766ea6543f 73 0.03 vMB 73
155,010 155,010 000000000000007e071cbb4b6c572a050fe74c709cac58c9d673d08869261b4c 39 0.01 vMB 85
155,009 155,009 000000000000061d8a675d4db1196bb36386f5e653d3343586288bef92556507 5 0.00 vMB 561
155,008 155,008 0000000000000a0202db5881097e244ea11d731439ff5db2d30516389b2ee6bc 4 0.00 vMB 1,338
155,007 155,007 0000000000000439b06038f4544efe5c789b81d0164c2fa987092df9991d1ebb 7 0.00 vMB 27
155,006 155,006 0000000000000b1d3ed57aab0f08d01f41d90814980b52780b5328d12e3b8758 53 0.02 vMB 104
155,005 155,005 0000000000000dc2e1b41b91aa36ca7010700742629a1d47bdabb47a0914bc0f 80 0.03 vMB 66
155,004 155,004 0000000000000354b9e7ef187b513a5bdc2d4acfc3b15a101558dddcaed04824 10 0.01 vMB 15
155,003 155,003 00000000000001d91a34b4315f85a9f2d36b438217c086a1fc3f4641c744f2eb 140 0.05 vMB 0
155,002 155,002 00000000000004aa2ffd942027f102dfba3cf5f73d655b11dfae31de72d7c963 81 0.05 vMB 59
155,001 155,001 000000000000058ce3754a0dd5a37013d82e9cda5f8699a90e5dab3942b32b93 95 0.04 vMB 45
155,000 155,000 0000000000000984d00c9f2d51e6ad2b601b7b1df06deadbf62be24e49b8f486 90 0.03 vMB 9
154,999 154,999 0000000000000ad39e64fbdd4f5323b6f1989826b4f1a2f03c15fd04714d2b59 28 0.01 vMB 100
154,998 154,998 000000000000023a1d4a705ad29cd3e89373891dc3c40d4e0c98ec6ebddfc32c 9 0.00 vMB 0
154,997 154,997 000000000000018178088b9ce7d9bad8742dd81534d1be45fee508c6ef01c988 73 0.03 vMB 100
154,996 154,996 0000000000000baff53c26d0338141151e79b2b84ba02f7a4462d3ddf8283865 50 0.02 vMB 38
154,995 154,995 00000000000007f5604d0331445af95a867d5b9f890307f1ebb90935e7ce82b4 63 0.03 vMB 475
154,994 154,994 000000000000089f1c6c9a90e09779badeb81383782e541fdd186ea928322187 34 0.02 vMB 65
154,993 154,993 0000000000000e07240cec6d7e8301a6ffce4bd168dd619cf704fad48feb7834 36 0.02 vMB 23
154,992 154,992 00000000000001642aa145ec05b2862c70ac212e9891f5ca46b34e082d325354 77 0.02 vMB 323
Previous 10 blocks ↓
Total Size: 779.51 GB

Node Details:

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