Loading Tool

Explorer IconExplorer

Memory Pool

41,951 transactions
26.70 vMB
0.05857215 BTC
Random Selection Loading Transactions
Max Size: 140.09/200 MB

Candidate Block

Mining Attempt db095db6de9aee3daace0fb37040592f7c3e8b5e1c86a2a24b0a1ebf7f798cb0
Version 20000000
Previous Block 0000000000000000000025449f50590d909b1288ad98721336244ae461997fee
Merkle Root 76d8c42b49b62865434c1ce3321355d2cb523444e6be6b29b434191d12fec51f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,924
Size: 1.00 vMB
Total Fees: 0.00934457 BTC
Feerates: 99.90 > 0.94 > 0.24 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,898 (460,420 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
454,478 454,478 0000000000000000010aec3ca561f62861d1390e03c6cbef4cd4b48101273c67 2,440 1.00/1.00 vMB 77
454,477 454,477 00000000000000000047bae547c198f7fa1a0b45857c800ed44399ac60a32824 1,829 1.00/1.00 vMB 126
454,476 454,476 0000000000000000016eece80b20ce110955e646d97a540ec9f0c1baffe0f50a 1,897 1.00/1.00 vMB 141
454,475 454,475 0000000000000000005e22e3a93d4cfb0da3fb0f69e7c2ec2042c80d2e4f4757 1,143 1.00/1.00 vMB 105
454,474 454,474 000000000000000001a23913b8df0ce51e34e65aac344093a29b1ecd9eaa8066 2,340 1.00/1.00 vMB 159
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
Previous 10 blocks ↓
Total Size: 782.21 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 654.27 GB
    • Received: 14.11 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.