Memory Pool Memory Pool Refreshing

2,155 transactions
23.76 vMB
Show Random Selection Loading Transactions
Max Size: 96/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,316 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 1,531 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,315 (875,971 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
32,344 32,344 00000000487c4dcac71a18a601629068b770878a31d058a7d34608489d9fb0af 0.00 MB 1 0
32,343 32,343 00000000720b143176b9322788a93a47b5840e56d3b62d683f35273cb24ad92b 0.00 MB 1 0
32,342 32,342 000000002ec32463d0b4359e847368fdc6360684e99f5f401c63eec3721a895b 0.00 MB 1 0
32,341 32,341 000000002cb779fe37a32f7f37748ed45e7bf0e3c1f85b4620c2250438299238 0.00 MB 1 0
32,340 32,340 000000008924019bf18838b18d222b092fadfd3524ba9ddaa0d35b946aa0cd8a 0.00 MB 1 0
32,339 32,339 00000000974fd9fefd0143e7e015cb888121b30d658f040d9fd8c2e16224ae9f 0.00 MB 1 0
32,338 32,338 0000000040e731d6f29be4200c71ba15d701f0b83bcdf40082c970ce62534993 0.00 MB 1 0
32,337 32,337 00000000ab1691ecd02b7ab6c03257b59100cac124ad1bcc943a6cdf93ab41b7 0.00 MB 1 0
32,336 32,336 0000000087cf7a05a5bde0f9a5d46b873e4cca8a9213aace7d52bd1761c4d4c6 0.00 MB 1 0
32,335 32,335 0000000095b00ec0ae857ae9779a3c14995e8294e78c0b2a6d2d7f19276651c9 0.00 MB 1 0
32,334 32,334 000000005fbd2f5fb23171450051143f395d2dadd497a7eee1d1c30bc2521dcf 0.00 MB 1 0
32,333 32,333 0000000075ec5eec29638d83a627aa0ef4e35259cad68d02a5e04dabf5cd6f37 0.00 MB 1 0
32,332 32,332 000000005e83bc5aa858c3bd71ae7822fcc75e4169d83fb6d80b03c1413965f4 0.00 MB 1 0
32,331 32,331 00000000b911b59ec877d0af47e947ee95160ed7e6c0431ef3f821e834597d23 0.00 MB 1 0
32,330 32,330 00000000bb4424580b5831433a5e4de21e00aea1882e0aafcab57f278afd7d31 0.00 MB 1 0
32,329 32,329 0000000065c92fc5207b1c242b0f7aa94d93ebf862f78b1ce5d5e5a3e288642a 0.00 MB 1 0
32,328 32,328 0000000066cd9438d6e8b9b9b2bbfed9dd494ef5d952bd045eac40b1fc5487a7 0.00 MB 1 0
32,327 32,327 00000000b86043a8598c3e419d37325f6e4e6f72f842e5818ef3ecd675655806 0.00 MB 1 0
32,326 32,326 00000000b5bf55ed27af797107396b2b56526c7f3fc487c8b36edff22ae2bd72 0.00 MB 1 0
32,325 32,325 0000000072ed01c5b722a780535e28f5eaa4fae39336a15de718c71b34d4eebe 0.00 MB 1 0
32,324 32,324 00000000b78b229d883c65399e21a27386bb02ca2d7824264c9418843b21f662 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.22 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,700.31 GB sent, 98.62 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.