Memory Pool Memory Pool Refreshing

2,773 transactions
0.87 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,026 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,772 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,025 (766,318 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
141,707 141,707 000000000000040636a077c644b06c0f757c61f22b228a13fa93cce5b4bfc3fb 0.00 MB 4 185
141,706 141,706 000000000000004595270873b9814ae50f34814a2e0590fd30308a2fab200d14 0.01 MB 13 42
141,705 141,705 000000000000073b61313573a553162dc0cab1ed0f7b2fce7f5de040ecd8f151 0.02 MB 71 24
141,704 141,704 00000000000006afb92ebf5c6490294208252753b9817d5b3474c4575caf7809 0.02 MB 38 287
141,703 141,703 00000000000000ea5351a7d6f233f57a151ea00ca9f7aeff348cd24d0afaea72 0.01 MB 27 4
141,702 141,702 00000000000001b04fbf65ea5e966c6215d33c54f4b4f4aa4ab2e90813ed51e4 0.05 MB 76 198
141,701 141,701 000000000000049f8c8d73171a48315cb9782861071116619c976ff8b248e74f 0.02 MB 13 96
141,700 141,700 00000000000000e5749d915547827d7be51b845cd921987aaeece329bbea2538 0.03 MB 90 50
141,699 141,699 000000000000060fa7d4b521564ba0cc1f16dc6bf32d2074fb9b73b32095b942 0.02 MB 67 150
141,698 141,698 000000000000011f76b7ac6e9c8f208d07225d6dd06e59b64916d45a88f60e3f 0.01 MB 21 50
141,697 141,697 00000000000008f2069d4f52b9ceea58da0e4e6a3fc859b98eabb040325f083b 0.01 MB 15 64
141,696 141,696 00000000000007ccf2e8345c43b1022d5a2bd30ea3fed35388484cdbe80e5203 0.01 MB 17 403
141,695 141,695 000000000000043713cc0a88ad1d3fbe1973b343943bf2a1417215fcd62c5f25 0.01 MB 15 42
141,694 141,694 000000000000018b9132af2dfb41a43ee894f478c6ac02181c0f151e1e608ebc 0.03 MB 78 204
141,693 141,693 000000000000000716142fc84defaa48c95792ff79d6e785c733312ba568a58b 0.05 MB 142 68
141,692 141,692 00000000000000229946958a136400e36b760eb1735f41702f70e8cc4af98554 0.00 MB 8 279
141,691 141,691 0000000000000197fee14be3669370e9447909bbae6b474f37e7bad58d1a1695 0.01 MB 14 170
141,690 141,690 000000000000064dc19dc0fa00fe2018b667cbc4aece2358958afc97f02f6098 0.03 MB 65 61
141,689 141,689 000000000000087131d5c1f6aeeb30488e5d4c21bf45a53117ca68ff165203b6 0.02 MB 29 97
141,688 141,688 00000000000002bac69531f33e7381a2692ebacefba35d2e14523ef9c9f2ae51 0.01 MB 37 486
141,687 141,687 00000000000002b240537c5558194cd37661964e02e68847c3a6141a5d54b91f 0.00 MB 13 64
Previous 10 blocks ↓
Total Size: 769.59 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,651.13 GB sent, 95.87 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.