Loading Tool

Explorer IconExplorer

Memory Pool

37,560 transactions
28.35 vMB
0.06311882 BTC
Random Selection Loading Transactions
Max Size: 143.03/200 MB

Candidate Block

Mining Attempt 74d01954d8959d6fc284e0b9ece850ca259602ce88273d6266a119bc1898b0ac
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 2a92c2d7e69337ac2170f18cdddb927e17d08ab0b88db1274081cb00aab79c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,577
Size: 1.00 vMB
Total Fees: 0.00857643 BTC
Feerates: 106.68 > 0.86 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (807,338 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
107,252 107,252 000000000001d5646edcb2adf1083e696aab1232d8020e7e70b543cbab7615b6 1 0.00/1.00 vMB 0
107,251 107,251 0000000000016ee28ed8e3a883d2e8e1cf9e6daef49b5f693fe1f8382f2444c2 10 0.00/1.00 vMB 0
107,250 107,250 00000000000208efdea79d1586bcd899b4bdb4d1833d6ab1ec849416d77bf3ad 3 0.00/1.00 vMB 0
107,249 107,249 0000000000000055e0f718bb56d56d4ae70653cf2be37c3e1b2d7dc3926c878b 7 0.00/1.00 vMB 0
107,248 107,248 00000000000185a07e486a9e74ebdaf92522d8e83264c97f663b1a093495ff00 12 0.00/1.00 vMB 0
107,247 107,247 000000000000084a5ff676980386b6e877955fd84e583dd2e5c7d4d814af5ee9 5 0.00/1.00 vMB 0
107,246 107,246 0000000000010971aea91197cba3c7ff983eaef1bb22f55db197761c09db7e8e 34 0.01/1.00 vMB 0
107,245 107,245 0000000000007dcc719861e39a1646e0a4e9535c9d701601f11c08a8ad8189fd 4 0.00/1.00 vMB 0
107,244 107,244 00000000000071b684fa1dfd6ec1cce2b985800e4d08ddcb8b2990c5b6640e7e 12 0.00/1.00 vMB 0
107,243 107,243 0000000000011377f2993920bbc3bf7dd0871dee741c2c1a25f815d95de62838 1 0.00/1.00 vMB 0
107,242 107,242 000000000002195937e3ca1996ca714ab732976a8cebc8c43d2e38500a0248d1 2 0.00/1.00 vMB 0
107,241 107,241 0000000000020c011d2b5405585a8c473d750a2bf073ed4a5a5862e861f543cb 1 0.00/1.00 vMB 0
107,240 107,240 0000000000001f3d46804b7c518523405d75e39241060f6cfb53c55f769968d4 8 0.00/1.00 vMB 0
107,239 107,239 00000000000208b618adc3b083bdb3f288b5532f385bffddd7afdb7d8ad14a47 5 0.00/1.00 vMB 0
107,238 107,238 0000000000009e6a0920de7aa6d78ebfab183ee1845974244e9ba000ff7b271e 12 0.00/1.00 vMB 334
107,237 107,237 000000000000fe6bf07cc2e0814dc7f3c759b1dc8c280e9895196a983a3a9dd3 9 0.00/1.00 vMB 0
107,236 107,236 000000000000b5d021095a4e445419769e6151283d0b484edfee1105ab2091f5 6 0.00/1.00 vMB 315
107,235 107,235 000000000000e57e7fdc96e72231986f67fffb237b0d1cc24a43d4dfcd66fe97 28 0.01/1.00 vMB 0
107,234 107,234 0000000000027a38933bfc613f5a260c78704c2ec47ecdca6e79fcd506e237a0 8 0.00/1.00 vMB 0
107,233 107,233 0000000000007290b57f60f8c1c4aca397171f8f7d58b6371a4d794b227c6354 10 0.00/1.00 vMB 0
107,232 107,232 0000000000018426ab40154c69178700b6030b956e035e20abfacff3de30b9f7 31 0.01/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.67 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: 627.78 GB
    • Received: 11.75 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.