Loading Tool

Explorer IconExplorer

Memory Pool

18,937 transactions
8.45 vMB
0.02764706 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 48.68/200 MB

Candidate Block

Mining Attempt 0cb6ac0df9f31f2035e68d60df7cb5dd1f7be69837e4808fcd31b12991419cfb
Version 20000000
Previous Block 000000000000000000011207d815dcab53014ede61d467451b27e34c6dbb1c7f
Merkle Root e590df9e8ac97cd3bf4640862bec676590ea7e55ff730c488889a259c60d2b7d
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,905
Size: 1.00 vMB
Total Fees: 0.01007886 BTC
Median Feerate: 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,432 (690,935 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,497 222,497 00000000000000b99a3a2eef90559ea57edf0dfeb9c01fde25a7e5edb561a496 155 0.07 vMB 151
222,496 222,496 00000000000002c0fe6149aefc4b8d60d1e2ef982a43dd52b18bd2ae2f824e89 333 0.16 vMB 178
222,495 222,495 0000000000000169aa8fb9eaa1b171cedbce3ec17fb11807cf7111454e098937 410 0.18 vMB 207
222,494 222,494 0000000000000431480a72d01ed9d35b206270aa2fed1e881cbc8cae20227bd9 20 0.01 vMB 174
222,493 222,493 000000000000029e7de187dad48ce6485f89b39663f6700852543f8ddab44b97 88 0.04 vMB 169
222,492 222,492 00000000000001dbcbbbdf6ce47f103d55e85b244d26296307bba3f95e9475f4 72 0.04 vMB 159
222,491 222,491 000000000000019387bf1562450b21040e33004cf7543699e6908c991712ebc6 422 0.18 vMB 214
222,490 222,490 00000000000002183a54ac1cfdd64c4b5073c44fae57f8ad211fcd72a2b4c622 352 0.24 vMB 133
222,489 222,489 00000000000003db7dd6d36f44d8bb57f44470ad2210a7a45155c30726426c37 483 0.25 vMB 170
222,488 222,488 00000000000003a5ba94ff3ca5a7add28f2680d396b18e6fd0ceeb30e09fcb8f 744 0.25 vMB 266
222,487 222,487 000000000000048833fa6fd7a465f5cbe0d14ee19e60644043eb6593c6bc1b19 11 0.00 vMB 507
222,486 222,486 000000000000024dd5c642782a275a2ed42d52eff229f2e168aca6ab16122165 111 0.05 vMB 89
222,485 222,485 00000000000000c87bbb1b4ac0bc45a585f0d5f6a76d1c76a28235d487fa93d1 451 0.27 vMB 149
222,484 222,484 0000000000000148bac24e87c8a6c479a03cf0c9fb640dbf00e1d65593599cc5 488 0.33 vMB 137
222,483 222,483 000000000000030a6c80721e0d32f7aba00262f15170bb6ddb73ca4132856f1c 110 0.05 vMB 24
222,482 222,482 000000000000019d33819b7ed2e07073850646fc883e901b49ff6304f9b3b6b9 659 0.25 vMB 227
222,481 222,481 00000000000000bda3880d2049dfb760ff95b9ad813f732f842a3e2b863c5c98 709 0.25 vMB 240
222,480 222,480 0000000000000016e24608e054f35d44450c397503cf240806ce1163cfea203f 656 0.25 vMB 239
222,479 222,479 000000000000018153f61c7fa5964727290cace1f8c403ee3e5ec426880da5c2 189 0.10 vMB 171
222,478 222,478 000000000000018c167b62ac699cbb4fe23cb9b9bc188d9e99ec0166c7376523 11 0.00 vMB 35
222,477 222,477 00000000000004052c5088a8fb7059412e7866af9a178f68c88a6c1d3c6b3223 16 0.01 vMB 76
Previous 10 blocks ↓
Total Size: 779.62 GB

Node Details:

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