Memory Pool Memory Pool Refreshing

8,137 transactions
2.74 vMB
Show Random Selection Loading Transactions
Max Size: 16/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,698 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,773 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (718,851 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
188,846 188,846 00000000000007cdb6348236adf34ce9e7c9b844f78a21404eef3ee5bb08b86b 0.08 MB 162 296
188,845 188,845 000000000000075ea263997b6b83acaf559a90ccb18b7c35d0581af9c844db3c 0.03 MB 89 27
188,844 188,844 00000000000005093d4f06c971c9d1fc0cb0545e318758ddf4275c8735a9b55d 0.08 MB 190 112
188,843 188,843 00000000000006b16ef78677af7b9560b95c37099b68dcf9930ca788cd942008 0.12 MB 255 113
188,842 188,842 000000000000016adf7f6fe7f5207c62ec4b4cd7dab3a5991c58e7e8bdbd8b5c 0.01 MB 31 391
188,841 188,841 00000000000008a91aaf80d180d41c0339834fdc31d8e88f58e910b0bccf9e40 0.04 MB 152 105
188,840 188,840 00000000000005ed71e5510ef2edf819d89b430439696190191b3092e152e839 0.05 MB 128 107
188,839 188,839 000000000000016608284655b57d73c553b16b273e7ef33969582f483555eab1 0.02 MB 76 3
188,838 188,838 00000000000002b98c834a1dae4b01f76a7ee17481f36524347d7f82804c80b2 0.02 MB 35 173
188,837 188,837 00000000000005011549420dfdb8ac9f9453694b21f57f1e342c8a2db6dcf5ef 0.04 MB 96 91
188,836 188,836 00000000000007976f871e7d2def7cf367eae2e416d18ed6c4f1a985a8ae3f0a 0.04 MB 94 93
188,835 188,835 00000000000004438f4dcfa1043f90e0c0c5f030a7c5bcbddd584008d1799460 0.01 MB 14 15
188,834 188,834 00000000000007f2a1099b62fed29d4c53235a7bd97dad58ff6667e9ed99eccc 0.06 MB 128 58
188,833 188,833 000000000000092c43a17fa1b968dc49c8c39c4312552532dd35d36ad68fff7b 0.05 MB 76 180
188,832 188,832 00000000000007ff08c144c30b623c6673c67210812aa15266fe54bb299248ea 0.03 MB 89 174
188,831 188,831 00000000000003217dfbc8ecd5611857b4634151eae8dd98e8fe7ab23763d83a 0.06 MB 173 112
188,830 188,830 0000000000000374959ceb59227eae97b194d9d16957bfa19bc30ab5bb5e8a31 0.02 MB 44 112
188,829 188,829 00000000000000ccd9ee723afb98f20bf47b98c111dea67fc64ad01ff8f0b527 0.01 MB 32 71
188,828 188,828 00000000000003bfa7f3c8d827e297ae0c40d9e59df85a457ef9f789e0930b8c 0.03 MB 103 254
188,827 188,827 00000000000005be22da591a1b1e7b1dcf23b00c7824033f4bcd637d54270757 0.01 MB 26 30
188,826 188,826 000000000000064f8f7200bad248b4814ab1ecf81eaea93833ea0b453b41627c 0.03 MB 80 81
Previous 10 blocks ↓
Total Size: 768.98 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,616.38 GB sent, 92.72 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.