Memory Pool Memory Pool Refreshing

31,675 transactions
23.98 vMB
Show Random Selection Loading Transactions
Max Size: 143/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
868,327 00000000000000000002f1280000000000000000000000000000000000000000 1.00 vMB 4,376 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 868,326 (494,072 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
374,254 374,254 00000000000000000fb87bc805a9945c508e74b1803358035b84cb4d681f709e 0.00 MB 2 0
374,253 374,253 00000000000000000d312740153601054d4b4a5356fd7a8ef4b24f1e82a1b7ef 0.11 MB 192 32
374,252 374,252 0000000000000000094efa708526ea217118b66ebf550715201bcf89f081f17c 0.44 MB 901 41
374,251 374,251 00000000000000000879e5253350b279828b0b872e3bb1f9003f760bfdbf04da 0.93 MB 1,326 22
374,250 374,250 000000000000000011a2782acdde9dc09a2c4d736e140f241431a5ae60677187 0.00 MB 1 0
374,249 374,249 00000000000000000c47732c5bd14cebca1f5849ebcbdb7e0821c572c66da707 0.95 MB 1,628 44
374,248 374,248 00000000000000000a4c0716e3887a4b6a1bcd89aa2a4ac1cd6f53c28b4844c8 1.00 MB 2,328 53
374,247 374,247 00000000000000000a06dbd18a15a452c4dd50f662044e654f83066da2775ed8 0.00 MB 1 0
374,246 374,246 000000000000000001c78b8c80efa8d32787ad72f4df6bf706984b9acc90f8da 0.41 MB 866 41
374,245 374,245 00000000000000000de810d9948dbed35d4909795a98ed212ca1aa4ae55557eb 0.93 MB 2,255 55
374,244 374,244 0000000000000000007b90f1bf9afdfae94b62e7aba042185d8c68f144d2bb3c 0.13 MB 259 36
374,243 374,243 00000000000000000c6903f871f082f1c562e062958ea1b74fb4c2d2f4fd29cd 0.93 MB 1,323 32
374,242 374,242 00000000000000000043daff0d25727b4994529892c49e4b8ec0a58c5943e6a4 0.47 MB 939 46
374,241 374,241 0000000000000000098b2300bf43d37f4d164100041962baf6133c4593bf5142 0.93 MB 1,007 19
374,240 374,240 00000000000000000ed8b01b3c4625888a96a8f0e3323a7c5cc42a05cba4b133 0.93 MB 2,163 49
374,239 374,239 00000000000000000ce6e4903390684c3ad13253e91fdaa7b66d0405ca91fa41 0.02 MB 28 28
374,238 374,238 000000000000000002fdd92833828b52d8a5fcaacff31b4bf0ed630e5425a264 0.75 MB 540 9
374,237 374,237 00000000000000000b8cebf0cd4011d006e998176e104a6feb1c6328f626555e 0.95 MB 1,283 23
374,236 374,236 00000000000000000d5907acc6ec048fe199ba62403ca6a9990d81383649a463 0.26 MB 571 54
374,235 374,235 000000000000000004de19ab0502bd301bbd73f4b782ae4b4122592746f236c4 0.93 MB 2,396 78
374,234 374,234 00000000000000000d0b8977f6f16f1c6e54142a29b1c5eb6f47cb27aa6a5007 0.50 MB 1,576 103
Previous 10 blocks ↓
Total Size: 696.19 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,002.67 GB sent, 187.50 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.