Memory Pool Memory Pool Refreshing

2,273 transactions
0.75 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 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,945 00000000000000000002349e0000000000000000000000000000000000000000 0.75 vMB 2,251 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,944 (328,523 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
579,421 579,421 0000000000000000000cd3e582eb1a2efd380ab2638d35222465a55b27afa04d 1.11 MB 2,489 58
579,420 579,420 0000000000000000000fa7e6d71c56d8a85d652e419d03c91bd6fdc81b40e926 1.34 MB 3,435 165
579,419 579,419 0000000000000000001288ba62a1cd6804f55ec96cfe346c2a815b5743e3c7db 0.00 MB 1 0
579,418 579,418 0000000000000000000a994186f6565c0ea2074320a888385d906772b5a34fc7 1.35 MB 3,098 129
579,417 579,417 00000000000000000015c9b6391dda91f5709abf2b396fd887130d266a44a3d2 1.49 MB 1,484 42
579,416 579,416 00000000000000000018c66514993abfeafde9cf683f69efe43bae77cc678c44 1.36 MB 1,232 23
579,415 579,415 000000000000000000086ce1155d36f638c2e303325515ebb5b9c33455907443 1.23 MB 2,698 42
579,414 579,414 0000000000000000002574e198ffb7ca020b9fa361b3fc50d3086780158314c7 1.17 MB 2,537 46
579,413 579,413 000000000000000000024a6b2d6914e6f0597e2fd78613fcc96d54779a9e7c4b 1.37 MB 3,126 143
579,412 579,412 00000000000000000014dfe1616ba6e2bae8bbb73b85c252badc64357bdb615a 1.63 MB 177 3
579,411 579,411 000000000000000000229b03b08df23608c4226c8a9b3ff31acfae0937791c5e 1.13 MB 2,175 23
579,410 579,410 0000000000000000000710689b6cacbd6d0d6b567ff20aa5738d7f81da83d632 1.12 MB 2,549 70
579,409 579,409 00000000000000000003b1ae91d6a35dcbee80b2ded7c42fed8ab5232001c0fb 1.22 MB 2,789 75
579,408 579,408 0000000000000000001a44f1eecce9f5b1529395aeff887c3aca55aeb9c779ff 1.35 MB 3,263 159
579,407 579,407 0000000000000000002025b0de9cc9329021e25e2071b841ec0d32d74a26608a 1.12 MB 2,684 31
579,406 579,406 000000000000000000001855a3ce89a165b016c73b688a11d54efe7e664e8ec4 1.31 MB 3,199 147
579,405 579,405 000000000000000000210cd07824aa1a0a343a4978c276575731318545ea4ffe 1.30 MB 2,905 184
579,404 579,404 000000000000000000018cef86dc8da6a45f4ae8b048600bb4b0bac62467ac65 1.14 MB 1,719 45
579,403 579,403 00000000000000000004add37988a91c399400b81d01c571b5c2667beced534a 1.08 MB 1,717 18
579,402 579,402 0000000000000000000c4411a24e285c9101975601db97a591ca313c209c20c4 1.10 MB 2,919 46
579,401 579,401 00000000000000000007cbd62cadd3477537dcf66883495384d4616edb61c60f 1.27 MB 3,062 134
Previous 10 blocks ↓
Total Size: 769.44 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,645.69 GB sent, 95.14 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.