Memory Pool Memory Pool Refreshing

3,633 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 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,852 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,575 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,851 (741,878 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
165,973 165,973 0000000000000403fac45c98a11b172ac3c643fbe4a83c23605bcb201be5785f 0.00 MB 1 0
165,972 165,972 0000000000000752eaf6c686a9f874680b5cfb504bdbf4a63c14f76e8650a1d8 0.02 MB 55 98
165,971 165,971 00000000000003a400f6745734fab0032af93b1e33c2e74cc066faa9e8bb5772 0.04 MB 66 154
165,970 165,970 00000000000000649b2e2e844bd0df5a22d9c466ca69f806263b45d9e3a131f2 0.02 MB 48 186
165,969 165,969 000000000000023c426b7537118db310c8b33f969feec6090dd7687770514ef1 0.04 MB 102 11
165,968 165,968 000000000000078877e449325eb6bef602c1e9fe0b1a92834dbcb0f55e630fef 0.02 MB 59 253
165,967 165,967 00000000000004275b11a25a15d5d179d05e78797852d110912f2fb3a78c1d3c 0.03 MB 63 78
165,966 165,966 000000000000054d3e047cbd896b0e27383e58eeb7ebc263664dd7d3c586f4d2 0.01 MB 41 77
165,965 165,965 0000000000000b0cec8c479f2fc087a9557f180f62ed11e2cfdfe6166a8edddf 0.00 MB 7 16
165,964 165,964 0000000000000269de2b1a57ec0c81a34b6520352303d18cb08ad51dab57f607 0.02 MB 26 9
165,963 165,963 00000000000004d8f6408d3b5bc67b36c2f8677001c1c9a30d6597408691e873 0.05 MB 86 88
165,962 165,962 000000000000005188ba83f495d051d5d91a725963a97f8b0fb84af3db0ec6be 0.02 MB 52 109
165,961 165,961 000000000000086978b2eab277849645a3d357f68bf2bb7ab92fc787b584d7c9 0.05 MB 114 118
165,960 165,960 00000000000007ea4fe85b16f460717c2be41bf2741bca4c9310377fbc18ed2e 0.02 MB 39 18
165,959 165,959 0000000000000b0ffbe9a9bebfd774f9de783c50e44d2de44de709405b99cddf 0.01 MB 20 106
165,958 165,958 00000000000003f537dfd952e0d6f31599e435d5c6bb449b65099bd56b59629e 0.01 MB 48 7
165,957 165,957 0000000000000424fb311d2b56b5a6f5b088e62ee16c79f60f300cc7e1f65586 0.04 MB 86 127
165,956 165,956 000000000000038ac41120b7958acac5b9cc544adf0c3617a4689dab80c90e74 0.02 MB 14 788
165,955 165,955 00000000000005b6712406d78849e5bb66bb4de44b0a4e2b627c2a8b00594fbb 0.01 MB 22 70
165,954 165,954 00000000000003e7855ed4ce5e0c4b0d39b9b249dd8e97c180d2b154c3aa8960 0.03 MB 54 540
165,953 165,953 00000000000005a22331d1de779b9fd5009a70a2b4b78132f4c997225be909e7 0.05 MB 99 79
Previous 10 blocks ↓
Total Size: 769.26 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,635.28 GB sent, 94.23 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.