Loading Tool

Explorer IconExplorer

Memory Pool

80,748 transactions
30.54 vMB
0.09373089 BTC
Random Selection Loading Transactions
Max Size: 186.02/200 MB

Candidate Block

Mining Attempt 91c2b6d77322c7d500e60211fed6fc32c312f5c17f1cbc6b94b78f796d708095
Version 20000000
Previous Block 000000000000000000012b00c78ffcff2c2f251c4df31f5491c4d8ec6c927e5b
Merkle Root 1d70b7a9935729c9f514a7ca61f603a3760b0cae2fdbba5e6cadfc4b3009318e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,058
Size: 1.00 vMB
Total Fees: 0.02393721 BTC
Feerates: 342.60 > 2.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,389 (113,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
801,408 801,408 0000000000000000000421fb160e9990513650970b7dcca9148ae17f0d8f205b 2,651 1.00/1.00 vMB 12
801,407 801,407 00000000000000000005519752c76b020208d0ca132151993c9682f9887ae7af 2,528 1.00/1.00 vMB 19
801,406 801,406 000000000000000000019bf8481176c7f0aafd387fe6d88ddaf95dd8257e7507 2,697 1.00/1.00 vMB 19
801,405 801,405 00000000000000000000ecc26dc3a76db701eb1f40c53240572c0f16c6a771fb 3,439 1.00/1.00 vMB 28
801,404 801,404 000000000000000000002a06da1e8c2dce39d0d4683ee955ebb4c78381a6bbae 2,531 1.00/1.00 vMB 15
801,403 801,403 00000000000000000004c06a03e497a69c23f3281e78defac52b1f8a58b0210e 2,094 1.00/1.00 vMB 24
801,402 801,402 00000000000000000003ea1b9a522f5d156e0806bb3b1cb112e7bc7d4f45915c 2,590 1.00/1.00 vMB 19
801,401 801,401 000000000000000000029ed89ba60fb25fbcbd8ee607e3a5883d2fb5b0570a75 875 1.00/1.00 vMB 11
801,400 801,400 0000000000000000000542d0c6c1eaa0ca7c1cb05ef53def4c10970474c37ceb 3,089 1.00/1.00 vMB 21
801,399 801,399 00000000000000000000ace4c270f82d2c46eb9316002a1361760a614d6c00c8 1,551 1.00/1.00 vMB 17
801,398 801,398 00000000000000000001c9765953b3543797829ba3f5a9765b76c1cd582fd31c 125 1.00/1.00 vMB 10
801,397 801,397 00000000000000000001c4e87d3164045c8bf7b89240f3537686c8bdafe1844c 2,754 1.00/1.00 vMB 20
801,396 801,396 00000000000000000000832538187db449ca91f57fcb666430dbb6b15aff37ef 569 1.00/1.00 vMB 11
801,395 801,395 00000000000000000004e5709ab2fcefd42b7653ed1541ab483a9faf2f14e73b 1,570 1.00/1.00 vMB 15
801,394 801,394 00000000000000000001a93d335a649ddbd37810a3f2b89f7ec9d54e20afbc79 494 1.00/1.00 vMB 11
801,393 801,393 00000000000000000000b5759a027f0d10e09cc26bf572b3a1d32b4e9d6f6c76 1,865 1.00/1.00 vMB 16
801,392 801,392 00000000000000000001b3e1fe50db7749c710a8dceeef5aedeee3a1e6796cb7 1,272 1.00/1.00 vMB 14
801,391 801,391 00000000000000000001c6f01c1928712d586324e036cc18235150b25c31a66e 2,205 1.00/1.00 vMB 15
801,390 801,390 0000000000000000000261056e649630e20307bf239338e384f6f4cc32c7ac9a 2,706 1.00/1.00 vMB 10
801,389 801,389 000000000000000000040984529d526a225e32f3b8f3e224bdf283a0dc81e43f 1,716 1.00/1.00 vMB 15
801,388 801,388 00000000000000000003d1b62a63c2d8b4c1253f4c7dd3b7d8de6db163d82390 3,010 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 783.07 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: 720.86 GB
    • Received: 18.28 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.