Loading Tool

Explorer IconExplorer

Memory Pool

77,346 transactions
29.07 vMB
0.10032833 BTC
Random Selection Loading Transactions
Max Size: 174.94/200 MB

Candidate Block

Mining Attempt 90c28e148030e11ccb8d452270358800446c2f729d2632c77e0041b5e8bff6ee
Version 20000000
Previous Block 00000000000000000000b421c6d6e79532f5d26e37db181c41924d05cd5471d7
Merkle Root 94f1190db18b54745a46f6dc711bea8176af5fa29eec82690909cb93ba874de5
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,419
Size: 1.00 vMB
Total Fees: 0.02659073 BTC
Feerates: 453.09 > 2.66 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,307 (538,613 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
376,694 376,694 00000000000000000a72f580709c5c8061adb2d8f8931366d0ebd8f82e17c326 435 0.36/1.00 vMB 23
376,693 376,693 00000000000000000364ea499374ad814778ef5610bd1b1b90c8b6c88f63b1b0 762 0.66/1.00 vMB 26
376,692 376,692 000000000000000005c1a6523a39f5f79e9c7919040fad588f3586f9e8fa1058 1 0.00/1.00 vMB 0
376,691 376,691 0000000000000000039966a0bbbc969dd3c1199d915a3f088c6d88544ad2ac0a 1,949 0.93/1.00 vMB 39
376,690 376,690 000000000000000000c0e693dd6c552e8ba40ac63d978f7cef1b49cce03f8c7d 1,779 0.97/1.00 vMB 33
376,689 376,689 00000000000000001064685f67bce69a4235f7ac8fcd510da9e34f404f7d9b06 1 0.00/1.00 vMB 0
376,688 376,688 000000000000000004c30d775f06e3f7e03220b86119a8c5a660fcf47a324322 759 0.32/1.00 vMB 36
376,687 376,687 0000000000000000004fa0458781f681bab078f9a1c06aef41981bd07cf14fbf 614 0.37/1.00 vMB 28
376,686 376,686 000000000000000002fe57a73f7b449c3973e037d0ad1e9c0c22224dc12f5eeb 1,195 0.67/1.00 vMB 31
376,685 376,685 00000000000000000584c637fb6f53484e231a63dd37586e77148ed318e0d5a9 1,165 0.58/1.00 vMB 36
376,684 376,684 00000000000000000810f44cbf391d5a8deeba9a7a65599dfc8249d4de6bd7ba 740 0.33/1.00 vMB 33
376,683 376,683 00000000000000000f46c8fb3c6749c79c264ced1a4564475b04f3c86abd5017 1 0.00/1.00 vMB 0
376,682 376,682 00000000000000000398481a93ba1d834aa293f33f9f75b674f7c2bac511fc56 1,093 0.71/1.00 vMB 17
376,681 376,681 00000000000000000dc520ab55b8b1642af799a03842aae4d62dbf060f75d396 2,361 1.00/1.00 vMB 41
376,680 376,680 000000000000000007da5968e566b1f162bfb0f86b50fed405f3381ab98f1878 2,155 1.00/1.00 vMB 35
376,679 376,679 0000000000000000069b383ed385d5ddcf75fc465be45168a093fde547a1c7ef 603 0.40/1.00 vMB 21
376,678 376,678 000000000000000005863bd2f1d59fd6fb19582d202a1b291d7f8145a6690c6f 2,437 1.00/1.00 vMB 45
376,677 376,677 0000000000000000014c82e39be20e3e8cb0452ad2ddea2e9f031d87e482bd26 557 0.46/1.00 vMB 15
376,676 376,676 00000000000000000207c4b0e00db5adc87fd71baca4b02beeda53636873f405 1 0.00/1.00 vMB 0
376,675 376,675 00000000000000000c9d4821cdb0306e383481a80069b9f289fec997f17397ff 1,762 1.00/1.00 vMB 36
376,674 376,674 000000000000000007a91ab38e300a467c367add56669b87719e079fc0a881de 1,700 0.82/1.00 vMB 37
Previous 10 blocks ↓
Total Size: 782.92 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: 714.51 GB
    • Received: 17.56 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.