Memory Pool Memory Pool Refreshing

2,661 transactions
0.88 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,769 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.87 vMB 2,645 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,768 (639,900 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
267,868 267,868 00000000000000001668952ea4a9da7a9cb6ca2a465ce6240514f4bb9f8fb045 0.04 MB 51 28
267,867 267,867 000000000000000439efb8773024eff5eec5d130e63f29573b85768f4c0f5367 0.14 MB 172 40
267,866 267,866 000000000000000211a555037220429d355c404829f23222439c2b15ce6d7d47 0.12 MB 165 38
267,865 267,865 0000000000000000448d25c9bd8687d960dfa94e8b1510ee5a1947e6397cb48c 0.21 MB 452 98
267,864 267,864 00000000000000007510ffdf60a60c520c7f900698ffefef924efa335548b5a3 0.01 MB 22 68
267,863 267,863 0000000000000004b8ab254519c0e3664e032607652b48556cd2ac9615d9f1ec 0.09 MB 226 76
267,862 267,862 00000000000000009f3cf0f1dd66be4334272aa6cae4805cdaf3f56a9adde77e 0.19 MB 468 110
267,861 267,861 0000000000000001fc9dd0d9881bacfeefe9883fce2399dd6336f13720cafafa 0.07 MB 126 50
267,860 267,860 0000000000000002a14bcfd863f29c63bb1d37302b1d544a45f8a23df1ba872f 0.02 MB 31 53
267,859 267,859 000000000000000ae6f871a9d6be16dbc2d69149cb6304df14d8397f937eab26 0.05 MB 102 31
267,858 267,858 000000000000000a9b9c6e37ae22e8d3273e1da91c4234725a4f4f93bdb5f856 0.14 MB 245 58
267,857 267,857 0000000000000004a60d5efd6782f90a3f69222498035eb6d32a9d8bf6e39479 0.11 MB 238 80
267,856 267,856 0000000000000003de94e35e018f4cac1a53d08a2348a71ff6aedc775b28c8b4 0.11 MB 193 97
267,855 267,855 000000000000000323bc068a89e3f6d777b8bd30cb08ef35bdb0fcba5038c33c 0.01 MB 29 155
267,854 267,854 000000000000000069661f997e9d7f1efc995cb66e8733d901ba17868271d225 0.05 MB 93 77
267,853 267,853 000000000000000450718beafbece467989022fe2265c5dd69b07f0ca5b40e8f 0.16 MB 108 23
267,852 267,852 000000000000000113453fb8f1c8c5ab0b90f71613153dca4aab8c3a09d30e11 0.02 MB 20 36
267,851 267,851 000000000000000153f496190a64cee3362db300c84345c4d179b7fae76fa2c5 0.05 MB 136 127
267,850 267,850 0000000000000009506001fce1c00d51d8f40335869e66def144d358533fd323 0.20 MB 304 82
267,849 267,849 0000000000000006c5fe0b0891558dd54a09054eada47dd5f92954d237eab615 0.04 MB 88 35
267,848 267,848 0000000000000006c8f3d0d2b76185d3018f88f7c6515112961d64c52c9a103c 0.02 MB 50 57
Previous 10 blocks ↓
Total Size: 769.11 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.44 GB sent, 93.43 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.