Memory Pool Memory Pool Refreshing

3,715 transactions
23.90 vMB
Show Random Selection Loading Transactions
Max Size: 98/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,918 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (808,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
100,290 100,290 0000000000007d38ea04ffbef44780d54475edcc94c8764be8810fcb98333de7 0.00 MB 1 0
100,289 100,289 000000000000d76d52a59410a4fadf5ab01f0af54362c02b8612dd4500e82878 0.00 MB 2 0
100,288 100,288 00000000000269dfa12bc4ddf19d487bc3fe964ec211ff195ffc22150e07f268 0.00 MB 1 0
100,287 100,287 000000000000cf221d5dd818aa6510584a16811c10a92a14180699e1f7afb28e 0.00 MB 2 0
100,286 100,286 000000000003b6d1005422a3a270cfc70e20e9f1d4216a15d025ebf7c6497d03 0.00 MB 1 0
100,285 100,285 00000000000007447e24cd8b01a1ece85a05918babcfe915ef7c39cdf1dce276 0.00 MB 1 0
100,284 100,284 0000000000008e444ce20cb0ce2e606f2813551e8b1db42ab43ea0c9f1198e39 0.00 MB 2 0
100,283 100,283 000000000003d014210dcffd602715545bce976f0f257d99279c83c2778e7150 0.00 MB 3 226
100,282 100,282 0000000000017313f9a98bbef19d765d00a36dd58012107d431afe8e4c126f5e 0.00 MB 12 0
100,281 100,281 0000000000037365cdad16f2517e55eee6c7d908f6069cb2c11a82b6cd14397b 0.00 MB 5 651
100,280 100,280 000000000001e6f6d3eaa3fcc6cf16cf45722fa3cb6543767252a93714cbad4d 0.00 MB 2 0
100,279 100,279 000000000004089b5e9e392a8d9e7e8cc70b3e5c828f953da2e69ed03f5f4363 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.