Loading Tool

Explorer IconExplorer

Memory Pool

82,713 transactions
30.47 vMB
0.12346761 BTC
Random Selection Loading Transactions
Max Size: 184.33/200 MB

Candidate Block

Mining Attempt ba402d0b0b2f3d766c8fdffa4cefab459c2d34f8b67e7b66fbc1cd21de7ca79a
Version 20000000
Previous Block 0000000000000000000043f2b4ea4cc96cd3bc440a50582638dcad340e8bc5e2
Merkle Root 9598548078adb39030f203a05e617c4a7e2e6c25d053bfc691c282c353d9df5f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,096
Size: 1.00 vMB
Total Fees: 0.04374212 BTC
Feerates: 150.85 > 4.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,139 (367,029 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,110 548,110 00000000000000000004bfce53535cc3fcfc30f97c5c4c1fac0ad7da1e207227 2,613 1.00/1.00 vMB 29
548,109 548,109 00000000000000000011fdb22137d07de79eb542d49c1cdd4e9f91b82e6a071f 2,356 1.00/1.00 vMB 7
548,108 548,108 0000000000000000001f82f5c10586f2f1ede19d7bd23d78be733ec53d9a0ed5 2,894 1.00/1.00 vMB 19
548,107 548,107 0000000000000000000e5c8fcdafb676df3fc929755b8c5f3bee21946bbc08e7 470 0.20/1.00 vMB 20
548,106 548,106 0000000000000000001a69b17cda289da1743d8d824e7371dc3d7287295efb0b 2,345 1.00/1.00 vMB 16
548,105 548,105 0000000000000000000a779d481168b13ad709bb172b5da8669917eada40cddf 2,275 1.00/1.00 vMB 16
548,104 548,104 00000000000000000023b17afc09c7a5aa856baf9f9520c0fba357ec8a865daa 1,042 1.00/1.00 vMB 7
548,103 548,103 0000000000000000001068e998410fbd03680f346698413002e5b5d8fad11c84 2,119 1.00/1.00 vMB 12
548,102 548,102 0000000000000000001c4fe332dba6e9caf2ab0058fd794541b55bbe120959c9 2,203 1.00/1.00 vMB 7
548,101 548,101 000000000000000000005c0e7d8017ccc913c43991c2906ede32c502973a659b 1,812 1.00/1.00 vMB 5
548,100 548,100 0000000000000000000458b17500b8be2da16d3b979982764cbe49837c40450f 2,380 1.00/1.00 vMB 19
548,099 548,099 00000000000000000002915744f814d10dc6f016cf2033a889695126be7de40f 2,392 1.00/1.00 vMB 5
548,098 548,098 00000000000000000016844f655380e0dce6e50ca50028387dc49eee2d8b7c86 2,710 1.00/1.00 vMB 8
548,097 548,097 000000000000000000134c36c22010f270b9cb4caef7bdc872016d585f069c86 2,721 1.00/1.00 vMB 20
548,096 548,096 0000000000000000001d3ceada4e10c14434321f82970f00124d6a0a78491236 1 0.00/1.00 vMB 0
548,095 548,095 0000000000000000001cd8cc1082d9ec242c76bc746748da81b25a9587530409 3,208 1.00/1.00 vMB 13
548,094 548,094 0000000000000000000ad5526c9a30c5e6a57a4e286faf4ce8c305abb7e51cc8 2,199 1.00/1.00 vMB 44
548,093 548,093 000000000000000000188f3f096af06281eee146abaf3e12bde9a5072782fb00 186 0.21/1.00 vMB 3
548,092 548,092 0000000000000000000e2dfd53130e91d122720580aad928822acf2112b58a36 1,844 1.00/1.00 vMB 9
548,091 548,091 0000000000000000001f734c5d588cdb4f6dae0151f80cb1d4082a2fa2ec6064 1,786 1.00/1.00 vMB 13
548,090 548,090 000000000000000000041fcf2748e922d79201c38b3525f397cc53dba7c2746c 1,155 0.63/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.63 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: 672.37 GB
    • Received: 16.21 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.