Loading Tool

Explorer IconExplorer

Memory Pool

85,416 transactions
31.90 vMB
0.11696210 BTC
Random Selection Loading Transactions
Max Size: 195.32/200 MB

Candidate Block

Mining Attempt 722ca8ad4bd723ca142799f06b2deba0eb8ecb8753effe213ed566a66521e7c4
Version 20000000
Previous Block 000000000000000000007e377d6e096ae0ae208e7c56eca1526c4517ce45359d
Merkle Root f5ff3135d1e8738d9bcfa4d58c66902a5ec47ff6a074e0f8aa4339ad0939cb39
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,443
Size: 1.00 vMB
Total Fees: 0.03906501 BTC
Feerates: 299.70 > 3.91 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,225 (255,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
659,577 659,577 0000000000000000000c5031840a070a889f81ab63f1eb8e7c76e33a44c12194 3,034 1.00/1.00 vMB 128
659,576 659,576 0000000000000000000ba7f44d265974f6a7bd02140bd222b39cf1df236a92d0 3,249 1.00/1.00 vMB 137
659,575 659,575 0000000000000000000e9267bb92e632ff8882b020d40d270550fdbf7dde9d68 1,416 1.00/1.00 vMB 106
659,574 659,574 00000000000000000006cf8567cffafead61fe51b755f7deff0f53782b594e1c 2,278 1.00/1.00 vMB 61
659,573 659,573 00000000000000000003b7ad593f6364df3983371c31e9396f25bb24854a62be 2,152 1.00/1.00 vMB 71
659,572 659,572 00000000000000000002bfa2235d5c3fd6fd0b43d1888946d28ed40e33c5b496 1,964 1.00/1.00 vMB 70
659,571 659,571 00000000000000000008fdad7917c08a889c2253982796a6d77ef487f0bb6cb9 2,277 1.00/1.00 vMB 73
659,570 659,570 00000000000000000004a2dd7b2ffd3e0cc3d3dac74c9732a0a1d70e85a48476 1,840 1.00/1.00 vMB 63
659,569 659,569 00000000000000000003d72d69cfbc06bd847a251e42acd72b59eb14c7e5243d 2,283 1.00/1.00 vMB 68
659,568 659,568 00000000000000000006867faadc238074af9cb13cc8b37ff2f5e3a6194b5637 2,623 1.00/1.00 vMB 92
659,567 659,567 0000000000000000000591452a1559832e8b82fccb2efab86997db31a5e69431 2,427 1.00/1.00 vMB 88
659,566 659,566 00000000000000000001192923c330bd58cb5cadd3c8e1cfbf5209616e8207ce 2,741 1.00/1.00 vMB 132
659,565 659,565 000000000000000000085ce84def33534fad0a494c3ecab5505e5b30ee5e4a97 2,692 1.00/1.00 vMB 132
659,564 659,564 000000000000000000039301d888240682d376df6f1b32ee559620784075fe3f 2,266 1.00/1.00 vMB 83
659,563 659,563 0000000000000000000ab3b754257d5e378e4b1de1d0c5e7517dfc4b9de3c2ba 2,753 1.00/1.00 vMB 96
659,562 659,562 00000000000000000003781ebb72b3d018d5e86ff7a52136d5cb76466bc45654 3,063 1.00/1.00 vMB 105
659,561 659,561 00000000000000000003a84f7b66df34d84f247d3583206c79672db59a43ffb7 2,373 1.00/1.00 vMB 114
659,560 659,560 000000000000000000093b44554a0a91920647f448c828fb4a45e2c33aec7919 1,778 1.00/1.00 vMB 120
659,559 659,559 00000000000000000003e7f86fc78180f7f648585ae6a78c14f138f7e6d65303 3,009 1.00/1.00 vMB 146
659,558 659,558 000000000000000000083f663e399d3fd9384303aef15f3fa720cb22bf807f55 2,582 1.00/1.00 vMB 135
659,557 659,557 00000000000000000008fb8d9ec12edb438f39b3844ed0af7fac64c89da634d2 2,092 1.00/1.00 vMB 126
Previous 10 blocks ↓
Total Size: 782.78 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: 709.63 GB
    • Received: 16.94 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.