Loading Tool

Explorer IconExplorer

Memory Pool

22,628 transactions
10.54 vMB
0.01998944 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 60.05/200 MB

Candidate Block

Mining Attempt e6a64c7aadb14b045d74e911dbbe7455cced433c0cc49db9ced9d9746cb5d7d5
Version 20000000
Previous Block 00000000000000000000af67d77d008b3c0a15a7e4e7bef1f85054c6ea64b548
Merkle Root 342ae9fdc900a1bb5fedf640363e68a11f213b527aad493d24aa9c208bd35545
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,429
Size: 0.997887 1.00/1.00 vMB
Total Fees: 0.00293414 BTC
Feerates: 42.11 > 0.29 > 0.11 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,589 (648,137 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
265,452 265,452 0000000000000005925be511bde3c5a8877d12c6ee2ae9fbbc7f0bfb3b4de9da 44 0.03/1.00 vMB 10
265,451 265,451 000000000000000b1413333808f1dc3bcaba97fe594f130aa5141ef8e91ee5a5 879 0.42/1.00 vMB 104
265,450 265,450 000000000000000ae000f6cd888c9bf0f62616117dd531104d180e7425697411 752 0.25/1.00 vMB 250
265,449 265,449 000000000000000ca4003fec17533c1ba63b7d219f996e2cb9243d9d86fe626c 335 0.15/1.00 vMB 4,138
265,448 265,448 000000000000000ed3a2edd4702ec7f14853b91b72422a11c4721190bb93f901 558 0.26/1.00 vMB 93
265,447 265,447 0000000000000000c8818dfd1e3ee34e0894ed731975ddc35dd098eee220f447 428 0.20/1.00 vMB 102
265,446 265,446 000000000000000a5d6d6cdc11ce45caac2a7818769df8f1f00f8bbcaa35834e 172 0.15/1.00 vMB 64
265,445 265,445 000000000000000c25176d9c01b40b34d4952c9ff6b4013ba79a2f910409eba9 34 0.01/1.00 vMB 94
265,444 265,444 0000000000000003e41bc9341591b8d2cafe98847310390a1231ceb8602ed89c 39 0.01/1.00 vMB 98
265,443 265,443 000000000000000572a36d9fc898a63662eb3cb78f839d5d9b8016f11f4417d5 83 0.03/1.00 vMB 115
265,442 265,442 000000000000000a82283a9c61b466b76cd35fb4a3a84edac07091ecfcc09ca0 183 0.07/1.00 vMB 102
265,441 265,441 000000000000000aa159b9e2662b94db8e7b3e24d4919e42259e0582c89d06ab 360 0.10/1.00 vMB 17
265,440 265,440 0000000000000006e23eec3e9dbbf059cab883354225e3c7c05fcf1d1b389a03 176 0.08/1.00 vMB 87
265,439 265,439 000000000000000e810be02cb6aa33326225cae42228f74422f0d040326f45d6 473 0.22/1.00 vMB 119
265,438 265,438 000000000000000da23c21639986321dc293e8792eb5cdcf1fafa743edb0c842 272 0.13/1.00 vMB 88
265,437 265,437 000000000000000dbd16dbce7026b6cb3170986ef807ff16ec31e4036afcad37 640 0.28/1.00 vMB 124
265,436 265,436 000000000000000b1364023b459f8a521e5137aa12d85de343f09f09d72b8274 285 0.20/1.00 vMB 42
265,435 265,435 00000000000000053da3471eab534763ec1b9eec25851ccbc3e490d8d7ea6142 604 0.25/1.00 vMB 152
265,434 265,434 0000000000000007beb1195755e62b3effc3dc66e5c7c051a1d1a582a898376c 147 0.07/1.00 vMB 137
265,433 265,433 000000000000000120e4b25c814d7c249c942c8de63cb5add007299582abd188 155 0.11/1.00 vMB 33
265,432 265,432 00000000000000072f3c5306196be268d20feb32d3e9acccb8ed627bbd5fbd80 104 0.05/1.00 vMB 89
Previous 10 blocks ↓
Total Size: 779.89 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: 454.53 GB
    • Received: 2.55 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.