Loading Tool

Explorer IconExplorer

Memory Pool

79,498 transactions
29.67 vMB
0.07422500 BTC
Random Selection Loading Transactions
Max Size: 178.40/200 MB

Candidate Block

Mining Attempt 98fc3c3ff91ff676511651dd5aa6f1b1fd5204bd537f09b0159b36a45b72ada6
Version 20000000
Previous Block 000000000000000000010e072de76e1b99adddbe2285ed35095a9efdafa3af2c
Merkle Root 80d3671021bf5a4603e120e1f625997f8a4b2a5e63a235f9a80ce9060abe0b4f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,299
Size: 1.00 vMB
Total Fees: 0.01390323 BTC
Feerates: 74.18 > 1.39 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,000 (459,595 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
455,405 455,405 000000000000000000bdb22f594c3bdb6aa1b4bd53fd058df2d6012368dfbcf4 927 1.00/1.00 vMB 82
455,404 455,404 0000000000000000003febc47d8cbfe92ed4a8ae45c487121e588f21db216741 2,300 1.00/1.00 vMB 153
455,403 455,403 000000000000000001e9829414b9a02e81ee72256d1bab708631917fba0884fb 2,269 1.00/1.00 vMB 103
455,402 455,402 0000000000000000026a002536a819a320211e0c46f013433955c675d33a9de8 754 1.00/1.00 vMB 88
455,401 455,401 0000000000000000022c5953553413e8ab832facfc7cb2b271c39be5171a28e2 1,258 1.00/1.00 vMB 101
455,400 455,400 0000000000000000011191b62ef4b16fe0dc2c0e57ea08e0cea89d5c79982989 2,028 1.00/1.00 vMB 115
455,399 455,399 000000000000000001738836c28eb95855da64f78dab39a2f258f96f9310a775 2,417 1.00/1.00 vMB 112
455,398 455,398 00000000000000000096e2e183a166107e3e55f2b66f2d070cb9db999c89ff58 1,586 1.00/1.00 vMB 168
455,397 455,397 00000000000000000052c4b9b473bd986f347a8d723aed2623f7e3daf7e7d297 1,806 1.00/1.00 vMB 92
455,396 455,396 0000000000000000010462f1cacb3d10069d4866330b511bc3a33cb134fdf13c 1,007 1.00/1.00 vMB 87
455,395 455,395 0000000000000000021283ad13cd1301ffa24e11e752d6f6b51a20dc6a42abe3 2,666 1.00/1.00 vMB 108
455,394 455,394 0000000000000000013618c080fd963119cf92ed7bffb4e1e5430b64ca34d472 1,938 1.00/1.00 vMB 131
455,393 455,393 000000000000000001c7d64439a4785d999ff5fa3f3d6a3be8e80c2cf9f12e34 1 0.00/1.00 vMB 0
455,392 455,392 0000000000000000002b4084a6440dbf4fb543da0fd5c5b17e4fc7a7c8192dc5 1,543 1.00/1.00 vMB 114
455,391 455,391 0000000000000000027c6624705f4dea79ce94c2c225238b087c7dda1bf5342e 2,180 1.00/1.00 vMB 129
455,390 455,390 000000000000000001a1193825e7e31305e16a818fb2ed8d20c3a8e8fa10aad2 1,816 1.00/1.00 vMB 149
455,389 455,389 00000000000000000212c35a70c6f4d70b8d0ff457352952e19e77977ea03574 2,102 1.00/1.00 vMB 202
455,388 455,388 00000000000000000147360bd537025cb009cd212df617b986eecaef8b1121d6 2,272 1.00/1.00 vMB 151
455,387 455,387 00000000000000000099d9b7e2894e85c83f9d33cf798d32ff8ed85cde4d9637 1,932 1.00/1.00 vMB 155
455,386 455,386 0000000000000000014eb506bc572f5ec9d2c547cc11aea4a7ad4de54502f956 2,005 1.00/1.00 vMB 120
455,385 455,385 000000000000000002654b35f05570e4aff1c861c4381228fae5667a4cb7d92a 2,051 1.00/1.00 vMB 124
Previous 10 blocks ↓
Total Size: 782.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: 664.65 GB
    • Received: 15.02 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.