Loading Tool

Explorer IconExplorer

Memory Pool

38,733 transactions
19.15 vMB
0.04568583 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 106.60/200 MB

Candidate Block

Mining Attempt 8d1a4198394222b7f3fab132ef64c2062b0ed664e6a03bd5bddf90b5cdf51ccd
Version 20000000
Previous Block 000000000000000000016a07a2fe8e1266246aba7be3c8cc97eb9af9b386396e
Merkle Root 0be637d836aa931794fabbfd0fbe48be16bcc59edc5b5f6ebbb4d1876b44f355
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,092
Size: 0.997887 1.00 vMB
Total Fees: 0.00936822 BTC
Feerates: 160.84 > 0.94 > 0.22 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,880 (697,340 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
216,540 216,540 00000000000003cfd832fae48ed2e18aed1231057b7aab24537e27f61009fb6c 119 0.06/1.00 vMB 137
216,539 216,539 00000000000001cc60f5f4bed7b6fc310a48d0901353c36e9a974afbe59cfc41 428 0.24/1.00 vMB 145
216,538 216,538 000000000000033bd9d4be4c6c0fbe6f62c930cb170562197fa396abae553d5b 579 0.25/1.00 vMB 308
216,537 216,537 000000000000017809aecd6a02bdb65725cac7fe25505281707999a6e45938d2 635 0.41/1.00 vMB 138
216,536 216,536 00000000000000bfe5fc72d457b4cb454d9dc4ecb401619cdc71718d67a81a24 598 0.25/1.00 vMB 198
216,535 216,535 0000000000000344a8b6e1833682f04ab07982795eae741eef214c5306e31fdd 53 0.02/1.00 vMB 248
216,534 216,534 00000000000002b23be5a0b5e55fb08726f5ad87361db0baeb97c5e86866ef2b 252 0.11/1.00 vMB 179
216,533 216,533 000000000000039b79c628b9b358486d81b5476ae78a07cc529a43bdd6ea4884 70 0.04/1.00 vMB 59
216,532 216,532 0000000000000308adcb781fcfe84df673d2ad30027d5f8d9d9045385b81c230 345 0.15/1.00 vMB 197
216,531 216,531 00000000000003e7f2d5e966de0dbe41d71f69b4648a059ae343feb3773e9bb5 129 0.08/1.00 vMB 145
216,530 216,530 000000000000008808d75576126a9e8539a05d67a7ac37b2e52dedef318b96d1 129 0.05/1.00 vMB 129
216,529 216,529 00000000000003ca21628f105ac9a66923e2cc7ad0770dd10ad1c14f0d360d85 623 0.26/1.00 vMB 195
216,528 216,528 0000000000000039ad3e3f05315e5ce0475f5e4968a585882153596513966dac 12 0.00/1.00 vMB 92
216,527 216,527 000000000000036df6508581da58cfb6f664d460ce58405feb17bbe2eed0a822 87 0.03/1.00 vMB 228
216,526 216,526 00000000000002aae182de4e975a1eaa4bb47724877a73c1e84e671dc168f577 350 0.13/1.00 vMB 212
216,525 216,525 0000000000000066dc52758827f3d6cff7190349e8ae21ce89598034edc5f7a3 318 0.14/1.00 vMB 170
216,524 216,524 00000000000004e085b1349350b0f8bf78ea531b5ed990da2d5cfe9e071a6c4b 16 0.00/1.00 vMB 613
216,523 216,523 000000000000006c9b53304cf90e662c6692bb80b8a6836f44ea1fe1b4f361db 606 0.24/1.00 vMB 201
216,522 216,522 0000000000000190a36124f4c0196855129f587ad8c5cca68f871f14add1135a 1 0.00/1.00 vMB 0
216,521 216,521 00000000000000fdc0ed110a1ba2901c7f076de6590cd0f38f28f568a8c557f6 142 0.05/1.00 vMB 107
216,520 216,520 00000000000002deea5b118fe1c1e4aceed882edbcd20de85a1c08a24918ec8a 199 0.10/1.00 vMB 158
Previous 10 blocks ↓
Total Size: 780.39 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: 524.93 GB
    • Received: 5.13 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.