Memory Pool Memory Pool Refreshing

1,616 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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
908,521 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,596 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,520 (830,217 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,303 78,303 00000000005e3c970941853d850ab269f2943e56ce19cf6423c3a651fdb2356b 0.00 MB 1 0
78,302 78,302 0000000000492a3f5bd351f68af9ff12c851ca8b24aae9a7eb3e5ade12ef76b7 0.00 MB 1 0
78,301 78,301 0000000000142cb3affab394abac43fc40d40fb258090ba056a80aa662cb4ea1 0.00 MB 1 0
78,300 78,300 00000000005360088e2e663df167c975d4af725cd7d938d1ca959abfbf836a05 0.00 MB 1 0
78,299 78,299 00000000001d13bd64dd2b06428f939109ee4cfb6e038bcff8d81476deae59c7 0.00 MB 1 0
78,298 78,298 00000000003702ce7ea5bc37ed026e2dd15460808ce7ac1776e54da7f44d32bd 0.00 MB 3 0
78,297 78,297 000000000027c2921ede246d0299911d93d0c6468709f1c87a8c578772e13f5c 0.00 MB 1 0
78,296 78,296 000000000026f92345645554ce971266b4f3c6da0a86fc90108d0acc26ead7d5 0.00 MB 4 0
78,295 78,295 00000000005cc354625533a8ba2d03452963b38305f5d5d9d2aab5e1e8c98b8d 0.00 MB 1 0
78,294 78,294 0000000000458f70a6fb9c645b069e0a1a7901bf2491ea1479a1700c60817dd9 0.00 MB 2 0
78,293 78,293 0000000000115587c33272fa9ed2b2eaeda0a4e1ea2ac777fa4e08206519743d 0.00 MB 1 0
78,292 78,292 00000000003a20ed70bfd925c0bc043dc9c2fc6d9b43d8440b6ff68a10441d96 0.00 MB 1 0
78,291 78,291 000000000064b79293a6be4498ad49e85c50f20630a84720c5ca1ec9f829a1a6 0.00 MB 1 0
78,290 78,290 000000000062432975a1ec65609396f1d43264ba3491c67666206891cc69c9ed 0.00 MB 1 0
78,289 78,289 000000000068f73c661499bb045348cc4d8389a45f917c660bde16b2bb4249c5 0.00 MB 3 0
78,288 78,288 00000000004c9abc13cfe4ca158a344344566c0c8fa9e2eb8630888ed92e0578 0.00 MB 2 0
78,287 78,287 000000000007bd7b8e3cd239ef689b1906b2a05f3efe2716d7eb90b79d3dfe0f 0.00 MB 2 0
78,286 78,286 00000000006585542f089c7a129a44ac71593dd81f03bc8bc24ec56b704a570c 0.00 MB 1 0
78,285 78,285 0000000000640141bfd55f1178e6f507d790a936dddce7319c8679e865e002bf 0.00 MB 2 0
78,284 78,284 00000000004d27e31756a9d163ddd3d7f3a02e720698eb6040c19c915f39757c 0.00 MB 1 0
78,283 78,283 000000000041f79e33b3ded6ff2ce8c8647943736513db166feef037ed676750 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.66 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,840.38 GB sent, 100.31 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.