Memory Pool Memory Pool Refreshing

10,407 transactions
4.70 vMB
Show Random Selection Loading Transactions
Max Size: 25/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
5 sats/vbyte 2
4 sats/vbyte 3
3 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,726 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,360 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,725 (688,669 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
219,056 219,056 0000000000000465adf8a94f99f4dfb0c63d64e1694f3a0822cbe966ce86eb0c 0.05 MB 119 100
219,055 219,055 000000000000033c945549b2208aeaa4a459a44bc18da1e21d347f6f72220475 0.25 MB 892 306
219,054 219,054 000000000000004d3396fd93e16650d5f780f035197cecf556e579e22b6fe670 0.00 MB 13 171
219,053 219,053 00000000000001f84bced6fcd5c952a695a735fd91ddb2e0015b5197f774cacb 0.00 MB 7 60
219,052 219,052 00000000000001550c71835c9379bff48f51d94e56797a11df5cf889cf063c7d 0.09 MB 185 159
219,051 219,051 00000000000005182ff431cca98c2e5707adc824a5f72a36118ff20072f136d6 0.02 MB 33 4
219,050 219,050 000000000000018e2a060ce8a8a7f9868683bdc9f93511f268523eae6ea74aa0 0.20 MB 490 189
219,049 219,049 00000000000000cc3a642d611488b58ec960393b342f360dbc4c0d6de0b03534 0.11 MB 313 260
219,048 219,048 00000000000005804a7f16df8280aeadda2db7818a90e37b88d8d46b57604f58 0.16 MB 270 145
219,047 219,047 00000000000005849e1ee83eea9dce1bf0e5ebfd37623a16cefe6581ac17a4fc 0.05 MB 84 128
219,046 219,046 00000000000003456abb6cc46e12922ef4d95bd90261e72df96e55dda2815352 0.25 MB 733 250
219,045 219,045 00000000000000f52e189d9a82e912912db27f289b803aebf2ec3f3efce0d0b4 0.32 MB 619 71
219,044 219,044 0000000000000334eb3f662be8333191df1ce63ff61344b8b139a2872e1463e6 0.25 MB 554 193
219,043 219,043 0000000000000168a0e58c9024a967985b9aabbd62c0b6308de97bb18bb083ce 0.09 MB 165 121
219,042 219,042 000000000000030a54678ba248aaf7233ece22afee62ba775e39dbb8a2ce5f57 0.13 MB 360 231
219,041 219,041 0000000000000369835ad33a18408304d968fdc09eed674bf6bea67ca5c220fd 0.15 MB 278 143
219,040 219,040 00000000000000be1339ce7c27fcccabe7a378a24c572ffd03dd0f61169baebf 0.20 MB 512 37
219,039 219,039 00000000000005551aba9b7ae48a47aadaef7cd748031333c0c6d627bfdf9cd7 0.14 MB 358 181
219,038 219,038 000000000000047c37e6b0f35fdea5ff8a669edee39d7b00cbdde2646fc4a10c 0.07 MB 130 159
219,037 219,037 00000000000004db9b5ac562d7dd9eb29b706eaf1861911f17e759ffced0c61c 0.05 MB 131 72
219,036 219,036 000000000000046bab507dd40029133808ab2b67d7e15f5233e883b4c359b265 0.17 MB 440 217
Previous 10 blocks ↓
Total Size: 769.03 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,625.74 GB sent, 93.04 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.