Loading Tool

Explorer IconExplorer

Memory Pool

78,639 transactions
29.35 vMB
0.08415073 BTC
Random Selection Loading Transactions
Max Size: 177.34/200 MB

Candidate Block

Mining Attempt 102ad6f33039f44287ae7c214110ade28b60fa05fc53faafa00a2304a5e3f10f
Version 20000000
Previous Block 00000000000000000001f4b559d37e6ff387f62c9e7280040ea352cb9648bf8c
Merkle Root a7848d8c9a940bd7ebdb4c3d890d722f5d62cf2270752a02c5c51d333a6fff3f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,571
Size: 1.00 vMB
Total Fees: 0.02257028 BTC
Feerates: 95.73 > 2.26 > 0.38 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,161 (795,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
119,492 119,492 00000000000028256a804626f6af56ddc827676c1923f1b407c69eb4c43afc8f 11 0.00/1.00 vMB 816
119,491 119,491 00000000000002ac48ff7f44601b06980732705b5c5c3e63f9c7ee4722e7c80a 13 0.00/1.00 vMB 856
119,490 119,490 00000000000046a6c0190e1fcfdb279a60393e6ea92180c7da9b253135a10f07 12 0.00/1.00 vMB 938
119,489 119,489 000000000000b40c95d38ade6f8ad8ae5a36c16e18c73f32291b6a7d0af64f0d 28 0.01/1.00 vMB 253
119,488 119,488 0000000000005bf73e247b05bdfeee9d6ec29885cc6c1fed0055b7de666aeec2 13 0.00/1.00 vMB 1,539
119,487 119,487 0000000000002e89d6cf994fa855dff37d075ade5a395c318811b29f66ca4d32 28 0.01/1.00 vMB 538
119,486 119,486 0000000000005c9f232dbcfbae32b6e7fc87a8ce2f46e9c36a65c14747bad0c7 17 0.01/1.00 vMB 1,428
119,485 119,485 000000000000993a3af64aa613043d92bedb7d17a60d7d3cfd71c00cf6d83b0b 10 0.00/1.00 vMB 1,176
119,484 119,484 0000000000002bfbb460bccf70e26909f96cad83054c7b6486abae9ca32c1062 8 0.00/1.00 vMB 352
119,483 119,483 00000000000045b699f293f30e355e0e6d3d95faa6f5ffe0ca4e79cc6477393d 9 0.00/1.00 vMB 1,007
119,482 119,482 00000000000097a78b83157ce576bd14c5f96d59fe99bc18fecde800856d7311 5 0.00/1.00 vMB 0
119,481 119,481 00000000000028de792dcd8e1e16744bed34566699db46089889f14fe23ecc87 11 0.00/1.00 vMB 0
119,480 119,480 00000000000074cfb4602e75e1e526a5d5702fb6a54e1988f2f87a997b83a5a2 1 0.00/1.00 vMB 0
119,479 119,479 000000000000a307c7b77671d3cbb585a1fdc983ce7dcd18c41900f593246d13 63 0.02/1.00 vMB 49
119,478 119,478 000000000000a7587ad3c7def62aacd96eb99c2d6ca231ea5c292500e1988b30 1 0.00/1.00 vMB 0
119,477 119,477 000000000000b43473a95daeaec91b73ce342beafb547ba59ba44215a332f817 8 0.00/1.00 vMB 0
119,476 119,476 0000000000009233ed590cdd3a04e9a60855958a04e8bebbe6f73835c9b4efda 26 0.01/1.00 vMB 527
119,475 119,475 00000000000058aac8a8140e1e8478413235330f00d878d4e86f69c2254166ff 9 0.00/1.00 vMB 0
119,474 119,474 0000000000007b6a2fba2a4d970c896f6d4a59975bde58e674d975315668b4fd 27 0.01/1.00 vMB 832
119,473 119,473 0000000000009f0de1ad020fe687eeb847f058b51c8221c807531287348a263f 18 0.01/1.00 vMB 287
119,472 119,472 00000000000005ab8995a8e28f9d56f198fcdd5cc890825c2ef59efb211d7a88 6 0.00/1.00 vMB 1,551
Previous 10 blocks ↓
Total Size: 782.67 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 674.94 GB
    • Received: 16.43 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.