Memory Pool Memory Pool Refreshing

3,752 transactions
1.08 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,822 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,529 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,821 (583,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
324,712 324,712 0000000000000000152f43ad4d59277dfc0b6e64e59ed39f8f16c6b4fa081063 0.06 MB 65 10
324,711 324,711 00000000000000001873e4b22e8439ee9e20c6789fe1aa55ac8c7ce6313c9a65 0.45 MB 895 30
324,710 324,710 0000000000000000189f7085498e6eea87ea9732f7d40068ef8b85fc97fac23e 0.04 MB 71 6
324,709 324,709 00000000000000000c20ad6ee044b824ad7c3e6ab3a16ff021c0794bc8eb86fd 0.79 MB 1,560 30
324,708 324,708 00000000000000001301ac37a50771d0285efd24f5e172a1bf2bbf309e431e04 0.34 MB 714 33
324,707 324,707 00000000000000001ad0c4c64efb8f3fa34497b90f001005ac953f2d61a86176 0.08 MB 134 39
324,706 324,706 000000000000000013196787abe3f20159ec06c3c75abea41b6ff25429b669cf 0.05 MB 88 23
324,705 324,705 000000000000000017b936384af5f66e9d060b10104787e3ca4f1058fe6924ce 0.00 MB 1 0
324,704 324,704 00000000000000001d412e904ed8bf898830256a3dca090e063fccec8d0f2607 0.18 MB 358 29
324,703 324,703 0000000000000000032ff8f3cabbdda60726cee056f91852176d4b93a371e0f7 0.04 MB 124 36
324,702 324,702 000000000000000012dfbbf2d39e7459bff1e3525bd88732ed8eed569f0a78ec 0.63 MB 1,288 36
324,701 324,701 00000000000000001750b265ab60e68ec5503ffad89c91650275fe7938811446 0.47 MB 882 30
324,700 324,700 0000000000000000023121bb3b4b0a003c4f8c04d9306bcdef5a69a2c110dae4 0.05 MB 77 21
324,699 324,699 000000000000000004182fcd37e145046d24c5ead6ae514471e31f5601aa56a8 0.01 MB 32 59
324,698 324,698 00000000000000001e71237f3fec08581a8c541bef816067e31ed1072d105a80 0.20 MB 369 29
324,697 324,697 000000000000000008ea0c393eafb8f1cc256767c1520e087e6adfe6dbcc8549 0.25 MB 415 23
324,696 324,696 0000000000000000197088f8ca59a3d67edfd581d778691243f4a96f009801dc 0.38 MB 699 27
324,695 324,695 0000000000000000066a32130499df7e116f6467f418da77673748b0407bc30b 0.02 MB 32 12
324,694 324,694 000000000000000000595de1fc3b67d2af86f6c856621cc531bf10ef464a0ac3 0.15 MB 215 21
324,693 324,693 00000000000000001820b6c9b3d4f833c6d94b462eb93b8f8d4c655e4ab5ad1f 0.09 MB 179 30
324,692 324,692 00000000000000001641ab86e1d5461b7446e83c34671ebe2a891de297460152 0.10 MB 188 26
Previous 10 blocks ↓
Total Size: 769.20 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,634.13 GB sent, 93.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.