Loading Tool

Explorer IconExplorer

Memory Pool

80,582 transactions
29.99 vMB
0.12233639 BTC
Random Selection Loading Transactions
Max Size: 180.43/200 MB

Candidate Block

Mining Attempt fea56f218c0fd48255cf295e0c3d7abf52042572e59209e2ace6188e0e971d28
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 3fb222b18474dd44480eb257369b71e4b3fe7b50ac479253899ecddb7c4f4b16
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,601
Size: 1.00 vMB
Total Fees: 0.05053131 BTC
Feerates: 242.90 > 5.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (357,663 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
557,497 557,497 000000000000000000273f8672bc624f8ac3530ff7fe1c996f740eb9f9c25b03 2,788 1.00/1.00 vMB 21
557,496 557,496 0000000000000000000f11526b33af8f0b9b946f21ef61f3798a3ad1a39114f0 2,180 0.91/1.00 vMB 8
557,495 557,495 0000000000000000002da2844a9ec4534686f6b91cefea12a1e045b16ae213bc 1,571 1.00/1.00 vMB 3
557,494 557,494 00000000000000000030d9a983c652a0fd70189d0b16c020b927ac2a779108e7 2,766 1.00/1.00 vMB 13
557,493 557,493 00000000000000000015e8fa427931ff6a14ec190d814a82e80eb994a5629fa6 2,920 1.00/1.00 vMB 23
557,492 557,492 0000000000000000001b2e4b6fb28568a4edd82cd12cdd997743acc66b817239 2,276 1.00/1.00 vMB 13
557,491 557,491 0000000000000000000d3febffd9494f1f8586ddb14e95faacf743791ad3119e 2,837 1.00/1.00 vMB 22
557,490 557,490 0000000000000000001ba1674135ba0acbc25e1766bfcf5cf0af7eab28d8fb08 2,981 1.00/1.00 vMB 43
557,489 557,489 0000000000000000001f99a6a1f4a3401b4a1a83778a7abb2a44032e81ee3438 2,924 1.00/1.00 vMB 8
557,488 557,488 00000000000000000026378ac86e4cefc6f6763133855b64491911a0fa4297d4 3,179 1.00/1.00 vMB 17
557,487 557,487 000000000000000000017579d55d765a82f28f0a3d9b9c814dd2df5b4cad92ce 2,735 1.00/1.00 vMB 37
557,486 557,486 0000000000000000001213faaa04ce878a792a2585775be7d6af92fc56c7d9b4 2,927 1.00/1.00 vMB 28
557,485 557,485 000000000000000000149b2353651e8e9795897212ad3583be9b5a844d681b22 1,678 0.63/1.00 vMB 3
557,484 557,484 0000000000000000000aa552d59637dd6825dd80f96393d669c047cb3b0c570b 2,481 1.00/1.00 vMB 25
557,483 557,483 0000000000000000002cd208a3f3e1cfc6c764b571f1c64f51a73e28f61699ec 1,638 0.86/1.00 vMB 2
557,482 557,482 00000000000000000018eef7ad4058dbb685ff1a3a699362597d58cdbc2f83b4 3,120 1.00/1.00 vMB 8
557,481 557,481 00000000000000000016146847cb8ca84cc8c77bae59293202cffeb21814c679 2,357 1.00/1.00 vMB 21
557,480 557,480 000000000000000000004b5343f8abcf1d368664592ab7883ca894e709eb5bc0 2,510 1.00/1.00 vMB 34
557,479 557,479 0000000000000000000e608d5a938894edd17d08ecdcfe60142d7f1425a0dff5 1,558 1.00/1.00 vMB 29
557,478 557,478 0000000000000000002e6628633572fbcc8f06ff87da0194efad6516fc0dbbde 2,440 1.00/1.00 vMB 16
557,477 557,477 00000000000000000002963a771bea1fad24bb566571164f94e76d448f1ad895 1 0.00/1.00 vMB 0
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: 10
  • Data Transfer:
    • Sent: 673.15 GB
    • Received: 16.42 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.