Memory Pool Memory Pool Refreshing

4,274 transactions
1.54 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,891 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (652,463 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
255,388 255,388 0000000000000004ca645ea1a6e4b9e7eaed915577959eeaa6587dbb62f7bd6c 0.08 MB 185 125
255,387 255,387 00000000000000284b188a9ee8ed955f3151d6da8d15c52792770b94645f1723 0.02 MB 35 69
255,386 255,386 00000000000000337907ef24acffcb288ce10c48bc915016f9d8b0552bb3981e 0.05 MB 114 100
255,385 255,385 0000000000000024b887645a5bb3b3300614df547e5ab32dbb876647a52381c3 0.09 MB 299 3
255,384 255,384 0000000000000030c13b1e3b68cece520749b713dd9c2daaffb4bdc5c8e46c42 0.09 MB 218 124
255,383 255,383 0000000000000011c37a66c4dbbd41a6d3978525d4ccfb06c3e68f87f473742f 0.13 MB 313 99
255,382 255,382 000000000000000e2c67f5e84a437748057e74ea9494be109413f5363a1f8c04 0.10 MB 221 179
255,381 255,381 000000000000003144b9a40e4d3b64d1bb2cdfc6198e3d3e9df603235a08191c 0.03 MB 70 107
255,380 255,380 00000000000000166b25aae9be3bf623738f2927865f7f5b066cc546fed2c471 0.03 MB 54 78
255,379 255,379 000000000000001f7cff26fe808ca590d5650fb22c2d69bcf6786cfb59278cc5 0.04 MB 101 104
255,378 255,378 000000000000000701096f840c83d430d876652326012f55559fa0a08d8eeabe 0.02 MB 38 101
255,377 255,377 000000000000002919cd4ed070d3765095d5cf819cd3ae1d128f67fe2b5b1f08 0.05 MB 105 94
255,376 255,376 0000000000000035522a1fed9d5980896a70935ad2032beb66ed46ef72b326a4 0.12 MB 273 158
255,375 255,375 0000000000000040d945ee04b84a3ab57ead73d6178d69317faf601d770a1fb4 0.14 MB 290 92
255,374 255,374 000000000000003ecf31932135f88798339b70328dd5f949356db240673e609a 0.04 MB 106 119
255,373 255,373 000000000000002c9da3d7f823de2c8568046771af3d70828a57f03967da51db 0.02 MB 50 106
255,372 255,372 00000000000000076a99d1d4cc65674c0f1153b6a0dba25615b3753bf6d19010 0.01 MB 14 60
255,371 255,371 000000000000002a657df7f80a408fa5abb3ff41e4f74761bb64c4287916a4b0 0.11 MB 159 77
255,370 255,370 0000000000000026126c3d66252fe3cc10925c798a6cd57bcdc32afbe37d3456 0.01 MB 15 154
255,369 255,369 0000000000000004ef957146f6f52e3a3d224c7a5e0da534d7a82443771eec83 0.04 MB 48 1
255,368 255,368 00000000000000230c401f4fc10b5dd861dd4da3648ec339035f71d91f8a383b 0.03 MB 46 115
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.24 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.