Loading Tool

Explorer IconExplorer

Memory Pool

39,448 transactions
26.92 vMB
0.06924258 BTC
Random Selection Loading Transactions
Max Size: 138.54/200 MB

Candidate Block

Mining Attempt 84911693a1b8bdcfb43a6f58cb4f9cb1472c339f36be786eab253609c5fa106b
Version 20000000
Previous Block 0000000000000000000125e4fd7be7c13b9e183c8ebf26e8254a360295f574ea
Merkle Root f11b843ff77e3b9b3ef3f0f899615c125f2bac00d64adf761835a0cb84a1cad1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,617
Size: 1.00 vMB
Total Fees: 0.01871234 BTC
Feerates: 107.72 > 1.88 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,659 (492,412 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
422,247 422,247 000000000000000002a53d3241ddd04ca45037ee42c69c09e3d130e302b5a87f 1,822 1.00/1.00 vMB 35
422,246 422,246 0000000000000000006b87772d72ff292121140773ce2b416259c637e7e7e7b9 2,765 1.00/1.00 vMB 77
422,245 422,245 000000000000000002e837aa3b41b20f9d84fc1f498f2bc41ce70f819319cc3f 2,427 1.00/1.00 vMB 58
422,244 422,244 0000000000000000002c76365e74a3fb9bd495f570fc49855036129dafc20ea8 2,218 1.00/1.00 vMB 56
422,243 422,243 000000000000000002872cc5bd76e244fe7debb9ff2fb290ccaee52d0b09408d 2,279 1.00/1.00 vMB 87
422,242 422,242 00000000000000000384d6e2d2ca642382b75faf3d8777492048db449475572f 1,690 1.00/1.00 vMB 36
422,241 422,241 000000000000000002e2f6bc8419974230c5ea8915e7045d8e2a214462d89513 2,588 1.00/1.00 vMB 56
422,240 422,240 0000000000000000020c8abf4e79dbf156c261b18ad4c57ad8c07845f9a7b27e 2,775 1.00/1.00 vMB 89
422,239 422,239 000000000000000001508e6c180901266a4e60bc7185baa9883c4cee17d029d2 743 0.49/1.00 vMB 51
422,238 422,238 0000000000000000024e27dfc82a07551b4d8d5111c7fc018179bf78d19bd6aa 1,304 0.96/1.00 vMB 36
422,237 422,237 000000000000000004ace29ac7697b8d23f1c306e185cdcd9a22ddc637dd36bf 1,937 0.99/1.00 vMB 48
422,236 422,236 0000000000000000008f196546f63911dd7776cdb3a2cb4f8c310a102ce3a3fe 327 1.00/1.00 vMB 11
422,235 422,235 000000000000000004ab8e827b2437a977ee392cc52364baec0469dc09202fe5 2,817 1.00/1.00 vMB 68
422,234 422,234 000000000000000002ee0424bd84e5d75eb74f4d2d5055f8aab49809a59817a3 1,528 1.00/1.00 vMB 38
422,233 422,233 0000000000000000004268c4e8e45887501dbba8751a502e949e4258bff4f914 2,037 1.00/1.00 vMB 43
422,232 422,232 000000000000000000bae4ac88a4001d5419e53f2b32117d8cbd0d3a39493e8d 2,241 1.00/1.00 vMB 46
422,231 422,231 00000000000000000289f16a91983e203a0b0892e9275545b137711258b69f17 2,359 1.00/1.00 vMB 53
422,230 422,230 00000000000000000252fc77f5d2db6f2f12c671a460575daf4b2bd025a0e7cc 2,827 1.00/1.00 vMB 92
422,229 422,229 00000000000000000366f31790e66fc1520eba3419a3fe26caafe424aa1c3a99 3,094 1.00/1.00 vMB 79
422,228 422,228 0000000000000000031e79bca7cc1a31c6ac053f6c6985c79f63536164be3a52 480 0.20/1.00 vMB 52
422,227 422,227 000000000000000004753041b54f04c1ddbcda7fe314fc1d2718cf046f302c11 991 0.41/1.00 vMB 52
Previous 10 blocks ↓
Total Size: 781.79 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: 633.64 GB
    • Received: 12.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.