Memory Pool Memory Pool Refreshing

7,270 transactions (2.40 vMB)
  • 1 sats/vbyte = (5 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,776 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,147 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,775 (843,293 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
65,482 65,482 0000000008b72adfe40e42dad892a9165882f5b81478a001f12633fc05f16f6b 0.00 MB 1 0
65,481 65,481 0000000007fc71c03401d785c39e6b5219419caa4ef2333bbe423a6402593364 0.00 MB 1 0
65,480 65,480 0000000001af8f9b8626c99ebd80ad8d50c7d7f6e01f8f571386fa3a610b4abf 0.00 MB 1 0
65,479 65,479 0000000001c8adddf213638d26e46988284f32ad6d3a948b563c46e90a6697e1 0.00 MB 2 0
65,478 65,478 0000000008a9727c1845de48e796a044bc18facc8f14e0f9577224da51bc1365 0.00 MB 1 0
65,477 65,477 0000000006e11530ad2ed17961ea7de88ab444b32c9c88289f24594fc3ef1be3 0.00 MB 1 0
65,476 65,476 00000000014a566cc9d85e62d6885a377204dff88cf93dcf3117d5815593df39 0.00 MB 1 0
65,475 65,475 0000000005358af4ae6889dd50e8a36ad8a17c5021c230be6a295a9fd6737eaa 0.00 MB 2 0
65,474 65,474 00000000011e0c711a8f134d77c429fde014dfb5400904ceef074d41bdcb0655 0.00 MB 1 0
65,473 65,473 0000000000d1b5f2741381457bde0eb12c49b701b82cc289e229127cb3576c3f 0.00 MB 2 0
65,472 65,472 00000000038a5900701f6387319fa6e97c340cac6ffab7c3aa256037be120a39 0.00 MB 1 0
65,471 65,471 000000000016c03c06beef54874ce87dab9af13d93aee9451a3e8b63ee43a037 0.00 MB 1 0
65,470 65,470 00000000041eaf1bdcd458605bef4c82b7578c4d4b3435b95232e1214687dce4 0.00 MB 2 0
65,469 65,469 0000000005f68726c8f42450b5eae0546453d09c1d605a3114892273f009ef87 0.00 MB 1 0
65,468 65,468 0000000003604a028835251430a32c870dfad68110a23cbcd2bedf31bd498777 0.00 MB 1 0
65,467 65,467 000000000400f5ebae90cfa8d68508ffa029c8b6ca085f8c984de0d6f6cd38a1 0.00 MB 1 0
65,466 65,466 0000000002ee31ebd287aca94a78ad876f34583bf1f671969130a0c5b92013b8 0.01 MB 6 0
65,465 65,465 0000000000943c48a945bd2fd98d0fc2fff743c0dfd72fbbdff3d9aa38962327 0.00 MB 1 0
65,464 65,464 0000000002648f43eb086582ba00421507a58d15d8b9d2f5fe30bec13b87825d 0.00 MB 1 0
65,463 65,463 0000000005a14e2c661671e32c9fcce2e26f235a9bdaf68a5c5f59f46f406efe 0.00 MB 1 0
65,462 65,462 000000000a0e268a417ad1be81fe05cf26d46a36bc8d0e8857a7964bc3de5a66 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.14 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,856.82 GB sent, 102.72 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.