Memory Pool Memory Pool Refreshing

4,287 transactions
1.33 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,853 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,998 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,852 (432,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
474,903 474,903 0000000000000000001759a02c405eb49a8c473da2210b510055f60523873a6c 0.51 MB 910 128
474,902 474,902 000000000000000000955d8873e572674ea9b21845080d00773f80054b1b6792 0.97 MB 2,169 161
474,901 474,901 000000000000000000060ceb5d68e045283758b69268fdfc95c41ecba1df4f44 1.00 MB 1,846 157
474,900 474,900 000000000000000000d8acc6fd9e870bc5cf94a49d61ad901efb5b543d5739bb 1.00 MB 289 18
474,899 474,899 000000000000000000cc413b8c43ea1cf2b1081b8c126967b9b4576c214d1797 0.64 MB 490 52
474,898 474,898 0000000000000000011fe26b15a07fc8bead6a80a051ef32f08d9f8cb8fbc055 1.00 MB 1,954 178
474,897 474,897 00000000000000000023c4ab49f68362542ed3a88e7daa14199f0f30b38e096a 0.08 MB 175 226
474,896 474,896 0000000000000000014cb62535fa43a8a83f31f79029fad06fe4609b4d3fa731 0.16 MB 270 156
474,895 474,895 000000000000000000b0d682ea197e73680a540ebb61af2df1c9e84d01d63c11 0.79 MB 1,335 108
474,894 474,894 000000000000000000407f0a9808e505c8fb7c4d59f2104ae1610e14d8b4a280 1.00 MB 1,550 154
474,893 474,893 0000000000000000005c5d6e5cb53201b116677f7b01e20db8bfaa96b5e9a529 0.67 MB 1,195 94
474,892 474,892 00000000000000000131f91fe86323c008fb94c5d34532431acadef81a552c41 1.00 MB 1,680 156
474,891 474,891 00000000000000000028277ecce4f009f0db4cd157c549b436cdac6f9c627571 0.63 MB 918 196
474,890 474,890 000000000000000000f1978c8e8f97ad2bdb3dc8cc5fe87b7271a5f8532e75ce 0.42 MB 704 152
474,889 474,889 0000000000000000004d323f9e642a1fdde036d871ae98b654172ab6edf31198 1.00 MB 1,680 38
474,888 474,888 000000000000000000d85b95d1e2197a4f4d9fa4e33b00f3dce9bea8fa12cfbe 0.76 MB 1,037 122
474,887 474,887 000000000000000000e94a1a6bbce540b1fc3f0254df7472232714038851da47 0.49 MB 1,190 223
474,886 474,886 00000000000000000174959b6346ca08b96a59997a14a53b28899cd11de7e4f2 1.00 MB 1,983 238
474,885 474,885 000000000000000000594c6bbdd4ae201644586e808959a87457a1b53ca048cd 0.27 MB 607 174
474,884 474,884 0000000000000000001bb7fddbe3c4aff7f22f01187d1d0069e8afe7416b5ed8 0.56 MB 867 74
474,883 474,883 000000000000000000ed52d7fe4c9995230addac4df852f62f81470f513d1cab 0.91 MB 1,682 187
Previous 10 blocks ↓
Total Size: 769.27 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.30 GB sent, 94.25 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.