Loading Tool

Explorer IconExplorer

Memory Pool

20,413 transactions
8.87 vMB
0.04865446 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 50.92/200 MB

Candidate Block

Mining Attempt a04c73a96b0531520f1e021bb5b39f8a2e192a0cb09e0c1223df8bdffa6d0298
Version 20000000
Previous Block 00000000000000000001bf0296a9d24640817181fe27acc0716facbe0a50c1cb
Merkle Root 72f2e6030e01cdfa9814299a997c2e1d4da3cb62c459b55efe8d9eb06582b06d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,561
Size: 1.00 vMB
Total Fees: 0.02776990 BTC
Median Feerate: 2.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,391 (662,947 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
250,444 250,444 000000000000005613357ff8b1ee2b03d000f00bf75a82e65d3293960dc4489b 24 0.01 vMB 109
250,443 250,443 00000000000000054833e2b01b806b882a678712587ed21c0b31ba0211c45bad 124 0.07 vMB 92
250,442 250,442 00000000000000544b3628bcde2a902820c296804f5c790112d6d227abfe1421 103 0.04 vMB 88
250,441 250,441 000000000000005e0f70adec8460d39e16ce7900d68499f87766d1f281f1a19b 223 0.09 vMB 125
250,440 250,440 000000000000005e5fb8c930b6ab91dbd54d4c46efcbf49adb0e1ca66e042dee 256 0.14 vMB 51
250,439 250,439 000000000000006cd80a7cb78e0cbd9def381da75f660e56d39d301277585d98 660 0.25 vMB 119
250,438 250,438 00000000000000512703aadea46543504d172f1417869c16f2263cae2a49f914 582 0.25 vMB 156
250,437 250,437 0000000000000053898edbdd773f72f94d47647ac91dd124d4809249ec9495bf 238 0.10 vMB 103
250,436 250,436 000000000000002777b2fd1fa1cc7cc2b02a255b807fcff32a21950a53ea738f 35 0.02 vMB 94
250,435 250,435 000000000000001772b8061f83161bee44dad7d7d26ac1934ae1fa34a5d1a1dd 168 0.08 vMB 99
250,434 250,434 000000000000005789101e0dbbbea2539d514c30df6b537ce76507264d4b81c8 24 0.01 vMB 5
250,433 250,433 0000000000000017c85482a325b89eafe1cbbc30db281ea6401b9e7536ec1d13 367 0.19 vMB 101
250,432 250,432 000000000000002d070a2e1380168f5534cad44bf6da1c273606e2cfb1873dac 612 0.25 vMB 134
250,431 250,431 00000000000000417cd038fa1aab5e8d8e8c125ecc70a5bfe77c285d7a9e69ff 155 0.06 vMB 105
250,430 250,430 000000000000005be6ace443a07cdf985c1f01892d06d5873695d6a7ade5f04c 541 0.23 vMB 95
250,429 250,429 000000000000006f5e360df3f1baf2e93cfdd47e68b15e9ce4302664c9066bc3 174 0.07 vMB 141
250,428 250,428 000000000000006993579af3257281928b1e0cb3bd91b950e239e29bf682e2ea 271 0.20 vMB 75
250,427 250,427 000000000000006fe000bdb895df5f742b140dc9a1452434653d1d3b60749d14 128 0.07 vMB 86
250,426 250,426 0000000000000069d92cc05b6ddcd360b910336bfca1d6c312e7b9a96908c248 512 0.26 vMB 53
250,425 250,425 0000000000000023d37bf878d0d92fd6e74442d6169debc33e1eb727d9cb36c2 782 0.30 vMB 113
250,424 250,424 000000000000006bd0da2ced3369a55de448b4c3a7b7b3bef57063b49e44dc49 265 0.11 vMB 123
Previous 10 blocks ↓
Total Size: 779.54 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: 249.53 GB
    • Received: 0.95 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.