Memory Pool Memory Pool Refreshing

2,435 transactions
0.84 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.83 vMB 2,426 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (808,166 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
100,311 100,311 000000000000b4e5f953b36156b06854cb4762ea94725cee9851220bc592c21f 0.00 MB 4 0
100,310 100,310 0000000000031615b242837289c5fb197f0cda5b1860e54d3016a7a159cc263a 0.00 MB 7 0
100,309 100,309 000000000001f09645c7594ca6cfd2b32e95a8e0ba07f958816d5527dc5b311f 0.01 MB 34 0
100,308 100,308 000000000001953c9fc328e7715e569cf44705464d0404f6965220c9d27257dc 0.00 MB 13 0
100,307 100,307 00000000000027613465cd6388a00da7e57161b1b4dc16ef36afcffc7842c3d2 0.00 MB 1 0
100,306 100,306 000000000000056f53d97cbfaba893cddd236a9c000f6a4985cd821eece4ec45 0.00 MB 1 0
100,305 100,305 00000000000283493888ab66ebde354ce5b7d0bbb79e6d50497473a873aa7b57 0.00 MB 1 0
100,304 100,304 000000000001c78d0079640b808a20e1b4d2f2858e57c274e40d0ed0d6413c70 0.00 MB 1 0
100,303 100,303 000000000001efa7bc732e94e58fe02e92be3ff83ccc7bdc6d8537da69650c09 0.00 MB 2 0
100,302 100,302 0000000000000ab925f69b12575048221343ebb17862929b4a6d04151b921e61 0.00 MB 1 0
100,301 100,301 00000000000094bb6ae6ac97b82709b33bfd2f4817872c140953750899226e3c 0.00 MB 2 0
100,300 100,300 000000000000391d7664b7691f92c93b6deaf47da897bd02738a50a772f418e7 0.00 MB 1 0
100,299 100,299 0000000000039e4a1af2dd6d65a9ad0fb017e56e982c636faffdc54381778860 0.00 MB 6 0
100,298 100,298 00000000000011b8fa5e13ec5c9ea497f28547eaa38852de6b63784a97971306 0.00 MB 12 0
100,297 100,297 000000000002e13eea15fe1c79436665a4e899e4bf7016a12d0360fd216484c2 0.00 MB 12 0
100,296 100,296 0000000000011b5df1c83a8f6ddf81490894f909a128110ffd7c44400067bb2e 0.00 MB 1 0
100,295 100,295 00000000000275ff87173747837d30c9ee5d2a2febe8c45736086641d678f6b5 0.00 MB 4 0
100,294 100,294 00000000000263eb2bac2245796983c42eabca41b771d836e8cead06637473e4 0.00 MB 2 0
100,293 100,293 000000000001cc0206eb85bd093220334876597e56a05e8babcd3b14813e4af6 0.00 MB 1 0
100,292 100,292 0000000000017f41b4b087c3cac34b56475317dac8810c77110dcff143cc9229 0.00 MB 2 0
100,291 100,291 0000000000011e31c0f05f5465f8e9ea9feffcd661e01e206c361ccd3f391ccb 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.60 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,786.15 GB sent, 99.96 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.