Loading Tool

Explorer IconExplorer

Memory Pool

42,839 transactions
30.38 vMB
0.07755416 BTC
Random Selection Loading Transactions
Max Size: 154.70/200 MB

Candidate Block

Mining Attempt 66b8a672275158f81eb715eb625c3825361bc7d85e5a46f5eb481faef0db4e72
Version 20000000
Previous Block 00000000000000000001da95720d95f2e479285085836fa441dc2489a9436621
Merkle Root 8ab6d609c887a568ad7ab575c1d977d9571dad101f129e28ddfb1ac097d374ec
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,796
Size: 1.00 vMB
Total Fees: 0.01666416 BTC
Feerates: 150.75 > 1.67 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,585 (138,053 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
776,532 776,532 00000000000000000005d3b15f4cad5eb97d64a7310cb38fca6c1b2703c69d30 1,927 1.00/1.00 vMB 17
776,531 776,531 00000000000000000002feecdcc1b3e5bea43ec159f1bbc87dab17cab5f257bc 2,475 1.00/1.00 vMB 21
776,530 776,530 00000000000000000005bc706c92e581beff78558e8ea8dca43016da264ed5c7 2,497 1.00/1.00 vMB 22
776,529 776,529 000000000000000000036a7f2097a4c4eeb6dd22a4708b90e48dcb2212a73fd1 2,185 1.00/1.00 vMB 16
776,528 776,528 00000000000000000005a1c1b36e106ae1ca7ec93c2e02a59289c97fd7c08c58 3,226 1.00/1.00 vMB 32
776,527 776,527 00000000000000000002577c9cf7f4a68c56de59fadc6e20d916142b7ce78161 1,881 1.00/1.00 vMB 29
776,526 776,526 00000000000000000002391c84da3bbee1ddab75b8738a3a0e5b182c085342da 2,586 1.00/1.00 vMB 23
776,525 776,525 000000000000000000067eea55fad3bc5f7f6711533f7c20a0f7128f2d2e986b 2,371 1.00/1.00 vMB 13
776,524 776,524 000000000000000000036c4e17d5dd52ecbbc4b97ae6d2ac08389a59e1f4f612 3,245 1.00/1.00 vMB 29
776,523 776,523 000000000000000000025926dbac0aea9cc543321c3a6a2920f2e05e0057d8d3 3,331 1.00/1.00 vMB 18
776,522 776,522 00000000000000000002b393bc8410c66f4b5e273e16a39c15cc22dba32d2e21 3,122 1.00/1.00 vMB 22
776,521 776,521 0000000000000000000364bae314dc280c43f9b8d1f6a6e2b13b47c89944a866 1 0.00/1.00 vMB 0
776,520 776,520 00000000000000000000627d50f644ebc72c0bc4579aaa1341630756f8e451ed 2,530 1.00/1.00 vMB 23
776,519 776,519 0000000000000000000141a7338eb3252022598b62e795027397eff7874c261f 2,953 1.00/1.00 vMB 27
776,518 776,518 0000000000000000000567c1ac49178f734895075ac2410302513f245eac62a5 3,152 1.00/1.00 vMB 38
776,517 776,517 0000000000000000000141254e831127d0e7a995f8867ce9e13427fdc84c9042 1,810 1.00/1.00 vMB 27
776,516 776,516 0000000000000000000088be5eecc02463fd4b7fd9afbcc4a25bcd1118547a44 1,552 1.00/1.00 vMB 17
776,515 776,515 000000000000000000062ee5c6896b1c102709488116c70bcbfae2f470ee6caf 1,610 1.00/1.00 vMB 11
776,514 776,514 000000000000000000046b842e504b3482218b6c46822a4105617fa13b20b3a6 1,455 1.00/1.00 vMB 11
776,513 776,513 0000000000000000000472410125d629edc133b5e6049fb439f9dc45e091faab 2,691 1.00/1.00 vMB 18
776,512 776,512 00000000000000000004ea9ee904bdd70e108dbb7a352972441db8539c6045c4 1,360 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 781.66 GB

Node Details:

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