Memory Pool Memory Pool Refreshing

8,883 transactions
2.95 vMB
Show Random Selection Loading Transactions
Max Size: 17/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,828 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (744,720 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
162,977 162,977 0000000000000237e5209fee0b7b63d38a86d9b4a205f3cac66387d62f7dbbbe 0.03 MB 69 146
162,976 162,976 00000000000007a943a8d6ff5c9bc9d5264baeb8835dedb813e326da002ce913 0.01 MB 33 100
162,975 162,975 00000000000004329ab16546a197b66f2a6309c275e62698159e43f0270cfa7d 0.05 MB 118 19
162,974 162,974 0000000000000b96454b0c1df590d7e67728b19a2f30681a70bb04525db428da 0.03 MB 85 120
162,973 162,973 0000000000000a17f5df5cdb8a9b48bc8f6173df5ad367ed5d1759a5f853d906 0.06 MB 97 172
162,972 162,972 000000000000082e4d60060464ba8ca44cd1cc6e77c5d08240afd06d2e94dc58 0.03 MB 67 114
162,971 162,971 00000000000002b91c764ad06fa724bbb7950b8d1fb21afdf0838f519c5e9740 0.06 MB 129 223
162,970 162,970 0000000000000d59f6ef5df53de57c1975aff86365531e429498c04f43a4b51c 0.00 MB 12 20
162,969 162,969 0000000000000d4cc5dbb9d3c176fc1e96b1cb670da9a7a5377f0e529f9d9e0a 0.02 MB 25 102
162,968 162,968 00000000000000ce4f0e95623aeb6eb5c96d6a5c415288632114637cd9f12083 0.02 MB 40 709
162,967 162,967 00000000000008c38b964d65421bbe8c54d38341c3294e501246c643ada0641f 0.02 MB 85 4
162,966 162,966 0000000000000d06310d989f2c3968c4bb5e7db1625aa0d27721ccbf0e730207 0.03 MB 83 157
162,965 162,965 000000000000063c27ebce0e48a19160732df8c67e0c0e644e46828bc3bb1727 0.00 MB 10 501
162,964 162,964 00000000000006741205e383b4de3c72a6d3aa81bc8c25cca80949ad4b6dffaa 0.03 MB 55 47
162,963 162,963 00000000000006c66f133ea978c46a669f844eb93f1e01cf81192a15b1602e4f 0.03 MB 56 51
162,962 162,962 000000000000096303dd5f4ae57dac489b31294394cc39bb1cda5db769d44c84 0.00 MB 14 24
162,961 162,961 000000000000072b0fcc15e2714e8ffc19b330b042e16412c86777d9298ab984 0.00 MB 12 0
162,960 162,960 00000000000008204f49de7eea9a39aadcd757a4775c139f0bd7e73fd21e00fc 0.03 MB 81 285
162,959 162,959 00000000000008544c9ade806ea11168a6ab8287173e1687bf83357144df103f 0.00 MB 11 361
162,958 162,958 000000000000037584b6cb7e3699fbed64759f2cb115aab7721bcf3dd80e0e5f 0.04 MB 85 137
162,957 162,957 0000000000000a00ae9ae862e7d54eb819615e9d8482905658c98025312ce4db 0.01 MB 19 353
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.