Loading Tool

Explorer IconExplorer

Memory Pool

16,965 transactions
7.51 vMB
0.03473430 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 43.31/200 MB

Candidate Block

Mining Attempt 2d0fa45f541da8ac6204ed6d32a4004fc6dcd4591e6b2aca4ec2714e6df5460e
Version 20000000
Previous Block 0000000000000000000141b3daaf035091f434ab9606d0c7a53ce323aed9737a
Merkle Root 15963394e944ff5322bd0031b0ed9724733f0d0fef3e464c1a4c1b8cecc0567f
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,612
Size: 1.00 vMB
Total Fees: 0.01987803 BTC
Median Feerate: 1.21 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,440 (690,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
222,500 222,500 000000000000038600012e562426bb8d8c7123f558483d9302039152d8c8fcae 56 0.03 vMB 168
222,499 222,499 000000000000010ec453661108505b5890342ac127123df591a3a2f302e58442 12 0.00 vMB 16
222,498 222,498 00000000000003a5bd5a3cb5efca3457972fa006740f344cfb8ac245dd0afe54 243 0.09 vMB 217
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
Previous 10 blocks ↓
Total Size: 779.63 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: 304.02 GB
    • Received: 1.39 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.