Loading Tool

Explorer IconExplorer

Memory Pool

46,852 transactions
20.71 vMB
0.05271725 BTC
Random Selection Loading Transactions
Max Size: 118.41/200 MB

Candidate Block

Mining Attempt 2e92a78937601902ba98875c61fbdb186da2484db3b32fb572b4c61828f5bd24
Version 20000000
Previous Block 00000000000000000000484c01d52a12734dee45ff221c3d0ae612e983ba12a9
Merkle Root f57469a1e1ad968e1be6af3d40ce09a249c1ddbab291bd3ae31ed64e20d3c60b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,836
Size: 1.00 vMB
Total Fees: 0.01135226 BTC
Feerates: 60.16 > 1.14 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,028 (802,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,333 111,333 0000000000008b6c30def4f86e933ae95e4908b262f28e2ca6f06d360bc577cd 4 0.00/1.00 vMB 7
111,332 111,332 00000000000044e663cddd8285568d6389c650a9a481abee24673a91c13b3a7c 98 0.04/1.00 vMB 40
111,331 111,331 0000000000011c5c7136c756e245a7cdb8c3dd5ceca5301f800ebdc84f369782 1 0.00/1.00 vMB 0
111,330 111,330 000000000000a64186245129f084d4bda9636820e912dc7596e850a8766dba29 15 0.00/1.00 vMB 0
111,329 111,329 0000000000004084de92e4f4cf3f12940e6f0c2b86cda7f5688d19159a1f9a3f 9 0.00/1.00 vMB 6
111,328 111,328 0000000000006f4c16da5b5d0864d9a2e2006a77b292ef2083114eda0ad53e9b 10 0.00/1.00 vMB 10
111,327 111,327 000000000000fc4a5f0ee3e06f7ea3254f1fbb6a2dbee355be8485119cb9bfc8 10 0.00/1.00 vMB 7
111,326 111,326 00000000000085fe7533e3d26602f94553df216d69aac80a5c32d10b74bc269f 12 0.00/1.00 vMB 6
111,325 111,325 0000000000002592a9b8af52019ef0d4b6eddb3e5e2e14811cd3173dc1e74745 9 0.00/1.00 vMB 6
111,324 111,324 00000000000090c884635f97636b2291423e5076b2926ce62626bf7a65b5afeb 15 0.00/1.00 vMB 0
111,323 111,323 0000000000004736feb799034fe858f345d5c1d52f824d702e63321e15355aec 10 0.00/1.00 vMB 7
111,322 111,322 000000000000969027eaf43a883e7282ec7662de6fbb5ee8a495a8cb391f9821 11 0.00/1.00 vMB 3
111,321 111,321 000000000000341ac9031f507a6a7383a943e507760f339ecf84f2c29bbba2b1 14 0.00/1.00 vMB 10
111,320 111,320 000000000000c732f5b74c396dc85fe28fa827362f8a08a724f7f560748c6934 8 0.00/1.00 vMB 3
111,319 111,319 000000000000c708628d7d6e7f25c8cf168bd3bc823229b37bc132ce4ee81009 8 0.01/1.00 vMB 0
111,318 111,318 0000000000008f7782b39679d9d1d2d79876f1dc4ba63cf8c6c9655d328505d8 9 0.00/1.00 vMB 6
111,317 111,317 000000000000585f47074f3f0a0eac4b77b5142527bd97c30037b78f670a6d52 9 0.00/1.00 vMB 340
111,316 111,316 0000000000003bbda799d4e2ebc033e4652380d25db93b01ae8d7ef2dbc35700 10 0.00/1.00 vMB 365
111,315 111,315 000000000001249f99b642c320a773087a084da0d193ba9fba519a6def7cd3f3 13 0.00/1.00 vMB 10
111,314 111,314 0000000000011267fbade30bb4e53c3362af7b57ac7373a427c03c104f2b1ed7 19 0.00/1.00 vMB 0
111,313 111,313 000000000000f6b25dc9b629528752e7f8b6dddbf978a3b51fd71921fc6c9696 6 0.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 780.65 GB

Node Details:

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