Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,730 00000000000000000002349e0000000000000000000000000000000000000000 0.58 vMB 2,042 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,729 (838,370 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
70,359 70,359 0000000000d450827a730bb0d6b3af5c44bd966ccf10e2ca442f6b8925b8e5b9 0.00 MB 1 0
70,358 70,358 000000000107aa784c0a9061507255f1a1ac0630dbb3d3ec786c6a449b78a3ad 0.00 MB 2 0
70,357 70,357 00000000015aca3499a458bd908210a0703b22c1827dd2fc0433d2f65d2ee3c6 0.00 MB 1 0
70,356 70,356 0000000000ea1a05c84bd943a0b8fc8c5719b78bb6f71ce10c121f29e983fd83 0.00 MB 2 3,875
70,355 70,355 0000000000b75ff938dc7a59197eca28d19df2558165ff1a3b2c68c28133c9d3 0.00 MB 1 0
70,354 70,354 00000000014412a88f6ee067eb586a3cfdfdb751b424bf8f9c51f034d8952020 0.00 MB 2 0
70,353 70,353 00000000005b37bb9ee24dca76e3fcf4a9f56258c39b02e6c13a4e284a22221e 0.00 MB 1 0
70,352 70,352 000000000110874a964f296b51e4e58889da799fb2b2958cc6c41336bb3048a0 0.00 MB 1 0
70,351 70,351 00000000009c99a2adb13c2272bfe5edd68f0f26789eae5758792a14814e2f48 0.00 MB 1 0
70,350 70,350 000000000051a2e99f188bc22a9eb1fea2ffe18aae0803b8880db90c5c13373e 0.00 MB 1 0
70,349 70,349 00000000013095b3d67af8b03075a07edfd1817e3221fea6c8cc8ec26e230745 0.00 MB 1 0
70,348 70,348 0000000000788f626fbd9c07099feb1f2b8cee94b86d09e9fb21094811778ff8 0.00 MB 1 0
70,347 70,347 00000000013be5e6b6e52a593ffd21cacdd2a05203255bbf79ef934d97b3562c 0.00 MB 1 0
70,346 70,346 0000000000f6ecf841cb83f3f611d7fa412a24aa9efaa3b71d26aa92910eed9a 0.00 MB 1 0
70,345 70,345 0000000000fbda1fa6511ebcb69c6b60a895e9c3704dcec70ea5d6868f4f808d 0.00 MB 1 0
70,344 70,344 000000000010efb9fc7e9f8e6508ce303c36004d78de4e5824d8b40a2eaa2480 0.00 MB 2 0
70,343 70,343 00000000002ed39e7689b965453536fbd19cf235ad9d2273fb50d279c838559b 0.00 MB 1 0
70,342 70,342 00000000006956c2ff6ebaa430925be5b99f2b5ff4ae805bfad1f385b4a750bc 0.00 MB 2 0
70,341 70,341 00000000013d8061907f333e73504d145808b60e773755878f07b5e8bd5c7543 0.00 MB 1 0
70,340 70,340 00000000015087ea1aca7ce59c7c8172ab4cb1f5d2e01c84ee46cda0ad8db30c 0.00 MB 1 0
70,339 70,339 0000000000c36fab5f1b51e289e7b121745cd8d4d26a5e44d172cab8a8f9f781 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.06 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,855.17 GB sent, 102.26 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.