Loading Tool

Explorer IconExplorer

Memory Pool

43,708 transactions
27.14 vMB
0.06039368 BTC
Random Selection Loading Transactions
Max Size: 143.23/200 MB

Candidate Block

Mining Attempt d3d4efbca1fa1786cf050f79550f1c93db68548839147b38fa6674a17a0f4c1e
Version 20000000
Previous Block 00000000000000000000cb7f19ead4a2971e1e5cb5a2c3b233eaf5b231d7f805
Merkle Root 2224d3af8e34dff9483841cf152fe82ed9be991949d020eca9cb8f91b5edeadc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,613
Size: 1.00 vMB
Total Fees: 0.00974495 BTC
Feerates: 200.99 > 0.98 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,922 (460,449 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,473 454,473 000000000000000000a57a9d8828cefdcee9d539b7c11b68f6eb2c34491b33de 2,394 1.00/1.00 vMB 215
454,472 454,472 000000000000000000724fe31648ddb728b326ea43f1a86ea0f9e5f269042aa5 2,589 1.00/1.00 vMB 72
454,471 454,471 000000000000000002397f6b4d8f76cdbff0e63925a920daa5a75542f33472f7 2,317 1.00/1.00 vMB 124
454,470 454,470 000000000000000001c0eb9af547fa854ef05e175d5a5e5ac3edc0d00d68773c 2,450 1.00/1.00 vMB 186
454,469 454,469 000000000000000000eabb557abbc3993930ae18d0512addd990c5514e48548c 1,551 1.00/1.00 vMB 133
454,468 454,468 0000000000000000009fbbd79e01a4cd79edeb7e5bda3851a91c3a939d8ab043 2,634 1.00/1.00 vMB 188
454,467 454,467 0000000000000000000d3eb7e70786982b138285ed23d6e55168bb3ecec82129 2,020 1.00/1.00 vMB 116
454,466 454,466 000000000000000000804c3c13ea4744d82a1471e9539b0f4e2410f237b362ae 1,903 1.00/1.00 vMB 147
454,465 454,465 00000000000000000149834d11c4c83adebce14ec010ddadbf84654880d4f270 2,448 1.00/1.00 vMB 168
454,464 454,464 00000000000000000081fa068a02ad36f72fc204f325891492c303b4e39632f5 1,322 0.37/1.00 vMB 278
454,463 454,463 00000000000000000171c4382310db1624cc81033841b520977db4808fa4b52d 1,973 1.00/1.00 vMB 82
454,462 454,462 00000000000000000064fbf5ce18d41de1b1fd1447e4bb3245af35952441db8f 2,164 0.99/1.00 vMB 169
454,461 454,461 000000000000000001d83bf95038261364d3793f58d610f6482676e7228c2fce 2,283 1.00/1.00 vMB 157
454,460 454,460 000000000000000001a5c1c708c9868c3a668208809084c4419a63a778353e94 2,964 1.00/1.00 vMB 101
454,459 454,459 000000000000000000e0cb83abe086af778c473b06354cd9cbdd835a4854b542 1,855 1.00/1.00 vMB 112
454,458 454,458 0000000000000000005b20a170ef74b0a83861ce2f4ef705538717ae6d7cf239 2,188 1.00/1.00 vMB 93
454,457 454,457 000000000000000000857eb3d1c0aaac469e3117d6f9043d23b19be8987593fb 2,025 1.00/1.00 vMB 120
454,456 454,456 000000000000000001a010121c7e8b068a7807c40e72a8e4cd3e8458ca280c0c 1,423 1.00/1.00 vMB 115
454,455 454,455 000000000000000001277db90e4a57cc3b12842c5e6404ef69410e8edfb9b1af 1,515 1.00/1.00 vMB 150
454,454 454,454 000000000000000001d1ce5479900b9f46f52b4d7284ebb27b519cd87177ff51 2,861 1.00/1.00 vMB 123
454,453 454,453 000000000000000001b59a965b8f2c8749cfcd514e35b487a354febc73273faf 1,589 0.71/1.00 vMB 207
Previous 10 blocks ↓
Total Size: 782.25 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: 655.42 GB
    • Received: 14.31 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.