Memory Pool Memory Pool Refreshing

803 transactions
0.31 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,767 00000000000000000002349e0000000000000000000000000000000000000000 0.31 vMB 780 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,766 (13,857 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
893,909 893,909 000000000000000000022c375a7d46a51c9863609132178813fbafe2d5e14b2e 1.70 MB 4,085 2
893,908 893,908 00000000000000000001d4e9138b9d596782e32434d52234356713185c9355d1 1.63 MB 3,423 4
893,907 893,907 00000000000000000001d124fee5c1ac7dc12a51a31a94cb8f34699f36e2b410 1.60 MB 3,850 5
893,906 893,906 000000000000000000012cd71332465d907e1b710a22de94441826308ce4bbf6 2.16 MB 358 1
893,905 893,905 0000000000000000000025f91e289f6b7a6d70c6bf577bbed60206450ae000ad 1.69 MB 3,372 3
893,904 893,904 000000000000000000011ae0783eaff6d451f1dc402bff45c367b7d62803140b 1.44 MB 2,371 4
893,903 893,903 00000000000000000000a502060252fa9e6e4f15783b504b458e5bc45a4ac59e 1.96 MB 1,336 1
893,902 893,902 000000000000000000003ac4fd5a8fc85d3ed4efd5b519de9f5687ce429fbff0 1.61 MB 3,760 5
893,901 893,901 000000000000000000018883228af309df3dc92f5b286de6c54abfe3868b0097 1.78 MB 2,787 3
893,900 893,900 0000000000000000000201dc2eed46144772a2a760dfbe7c1e0fc2fc7745b18c 2.18 MB 55 1
893,899 893,899 000000000000000000002a43a1a82a1e59311dea0143bccfd8acf9739ffe675c 1.86 MB 2,028 2
893,898 893,898 00000000000000000001dc09d0994cb2ff88fc49c82fed073578762676d54e60 2.09 MB 898 1
893,897 893,897 0000000000000000000155d9eeb9905249efbef95e14a7f12e4447885d90aef3 1.77 MB 1,829 1
893,896 893,896 0000000000000000000234122d84acdf4b186d351988187c9b63e398ae168297 1.92 MB 1,771 3
893,895 893,895 000000000000000000001da661d03aae8677bab8f1db7e70a105e9eb074b2df2 1.82 MB 2,072 3
893,894 893,894 000000000000000000004bf925e7e4f0587e27569908d1ce1e71585f44c83a8e 1.63 MB 3,271 3
893,893 893,893 00000000000000000000223b1a227dc62ace60854f6a662214295c0e23c5eafd 1.70 MB 3,337 23
893,892 893,892 000000000000000000020fd914207e30395fbfd80363891d17ca80920fc02a74 1.60 MB 3,965 6
893,891 893,891 000000000000000000005621110a61cdb6e73c08530def915778cade606c7a8c 1.82 MB 2,215 4
893,890 893,890 0000000000000000000017b29d2f719c63682eb48a23453a795b918454a8aa1c 1.53 MB 3,028 3
893,889 893,889 0000000000000000000226de83236eedc286d03235f69f9f0b41f978d79c4b79 1.61 MB 3,768 6
Previous 10 blocks ↓
Total Size: 769.10 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,629.08 GB sent, 93.41 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.