Loading Tool

Explorer IconExplorer

Memory Pool

84,030 transactions
31.51 vMB
0.13107131 BTC
Random Selection Loading Transactions
Max Size: 188.94/200 MB

Candidate Block

Mining Attempt 66e6708b78758265ad3b68f0b3f5b49e783c2761e8f3c5e15232a34ca05d4c6c
Version 20000000
Previous Block 00000000000000000001aca26b346205baa2e9232310a58a6e3cd40e54538cfc
Merkle Root 85f9386fa471f97188807df0e7165d05af505736ffe32591c586a58ada6b3e33
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,138
Size: 1.00 vMB
Total Fees: 0.05248330 BTC
Feerates: 163.06 > 5.26 > 0.36 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,169 (367,054 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
548,115 548,115 00000000000000000000636fe018e5fc4f9e0e5413a6d2eb7bb3602bc879c01a 2,029 1.00/1.00 vMB 8
548,114 548,114 0000000000000000000313235f32ca27229b9357031e8ed075a6675204133dbd 1,301 0.53/1.00 vMB 21
548,113 548,113 00000000000000000024be38060279d8f107a185ceea69f4d15f9696043afc83 2,641 1.00/1.00 vMB 13
548,112 548,112 00000000000000000010c8a2004f9a3725d98f310aef2b487037f684ae1e0d80 3,060 1.00/1.00 vMB 8
548,111 548,111 0000000000000000001ece9c2da6cd8292a6a7d1f8299124c3a61f4e0560710c 2,722 1.00/1.00 vMB 21
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
Previous 10 blocks ↓
Total Size: 782.69 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: 697.25 GB
    • Received: 16.52 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.