Memory Pool Memory Pool Refreshing

10,448 transactions
3.17 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,715 (678,811 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
228,904 228,904 00000000000000164c19656cfe561a4ca3afe21adc69b3839c0731b93be9fc8b 0.04 MB 136 95
228,903 228,903 00000000000000214da737488eb734ae9e4c149c633ee9a4ed2c894226c7890c 0.00 MB 9 104
228,902 228,902 00000000000001b94ee78cf751f5a038fce71785c5f6d5695a44e2346c51e05d 0.14 MB 180 104
228,901 228,901 000000000000025a1540ce3156502100dac6c62299691963fa6bf940b8a871d5 0.19 MB 299 128
228,900 228,900 00000000000001ad393f504eaebacd8093c738453266fddc8e676c66cf2b8434 0.05 MB 128 161
228,899 228,899 00000000000000a11a7469572a4612f31ab32ab129fa1c4ffff5943639882546 0.11 MB 213 135
228,898 228,898 000000000000015c5fa436be4ba80d4e32ca7bb148a96ff0c0fb6b3a7fa81681 0.06 MB 103 70
228,897 228,897 00000000000000e98d078d8038f982295f357c09d62cbd483196bb03c2f8296e 0.01 MB 18 24
228,896 228,896 00000000000000890e5c3e26588d43bfc309bbe76aa58251f41bac04e94dc8ea 0.11 MB 188 180
228,895 228,895 00000000000001a3a4091ca7461330e95f5f64be3e76c890bd769a38c5649ba9 0.20 MB 204 85
228,894 228,894 000000000000005bfe5b29aea4b473300bf2f3ff91c9090314bfba45f3554a48 0.07 MB 195 208
228,893 228,893 000000000000018335c5f09f54c1b2969e95f4d644d4db4a1bde81a90a1d6212 0.07 MB 143 153
228,892 228,892 00000000000000acda2f685ed15dd3d6eeddcd16af55ba9d4e6a918104188d0c 0.08 MB 193 172
228,891 228,891 000000000000016bece5179016b96457e299c580a5096163c96c22419ee1b952 0.10 MB 252 194
228,890 228,890 00000000000001016750ad66f7b653f4b76e28f9bb237ab036d7d2b26d2950bb 0.24 MB 304 121
228,889 228,889 000000000000027ef0c0af0c82934cf3ab658e7a4a05cacd67bda583069ecf74 0.05 MB 98 178
228,888 228,888 0000000000000148fe5e3a90556310d8eeb636a610cb446a5686cafcb4f4e1f1 0.07 MB 172 170
228,887 228,887 00000000000000978c4eac44a62cb07ab294d86624a9812a39eaafebaecb534a 0.04 MB 101 185
228,886 228,886 000000000000000b3be4c7acabf76e5e356694302df3d29b990af92cf442f33b 0.06 MB 126 200
228,885 228,885 0000000000000243e02c36c8cab5b0930e05ca03aaa00c701e43d750c9db71d8 0.05 MB 108 176
228,884 228,884 000000000000024e75be68d9e733f7a6f6ef1c148dccabc067bfd16070b42a6f 0.11 MB 230 149
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.45 GB sent, 92.91 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.