Memory Pool Memory Pool Refreshing

3,858 transactions
1.64 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,840 (80,921 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
826,919 826,919 000000000000000000003ea9622303a2c5f880bfc9cdd8bdc9f48d1c2fdaab8d 1.83 MB 4,005 33
826,918 826,918 00000000000000000001d0a17762108bde2073db6db80f924a3241c425abb844 1.62 MB 2,598 49
826,917 826,917 00000000000000000000c57188d537971e3a557a771368f87c1b9db31dc3ecb9 1.90 MB 4,905 32
826,916 826,916 00000000000000000001ec708fd07da2c1760ca0ce7eb5ba9d23a9d57f637b92 1.59 MB 2,858 49
826,915 826,915 0000000000000000000245cc88ff56ed5fddffb02cfbb1fdf3898bc16060b690 1.22 MB 996 33
826,914 826,914 0000000000000000000022df29166b7c70e8ebb19d6fa2bfe1648c0af4d0397f 1.47 MB 2,249 39
826,913 826,913 000000000000000000003e3768e199167a4b42a806e1870f587deb3f3a9c685e 1.61 MB 2,995 56
826,912 826,912 00000000000000000003a7ab1d25df503d16f09e6d242aa6d220758476eabd35 1.01 MB 164 30
826,911 826,911 0000000000000000000015c03008366f495958f24eda9e251ff50027a0ac5dc0 1.16 MB 1,031 32
826,910 826,910 000000000000000000023223e694d17791a74d709f9358d522c4d18c77122150 1.47 MB 2,335 38
826,909 826,909 00000000000000000003d8b2f773f48f721c6a01edc5a71b8d64c19d4f0afc2b 1.30 MB 1,420 35
826,908 826,908 00000000000000000000e2462d377fb62c30c0cb1bdf663df74db412512c5305 1.48 MB 2,587 47
826,907 826,907 000000000000000000004c4f0b5d51c9809645183bc93b16fc7eb32cb9af462a 1.25 MB 979 33
826,906 826,906 00000000000000000001ee85a409fac672a827d8ec9837683c6d144c073c6238 1.11 MB 592 32
826,905 826,905 0000000000000000000269f3b2ff9731729c21d75ff95a0e751c66318b96b5ed 1.04 MB 290 30
826,904 826,904 000000000000000000019b1067bf513be17c5e392e835a52e7e8419a148a3148 1.24 MB 1,081 35
826,903 826,903 000000000000000000004c5c012d798bceb64ab7fe1c58f6b15a810d1dacd8e1 1.07 MB 184 30
826,902 826,902 00000000000000000003bd77aa3055951c6ffaaf717f10b905b4d72f907dfc93 1.47 MB 2,331 39
826,901 826,901 00000000000000000002e7a2d3421b24e4bd9e1fa934fa267c23f73d4104c491 1.52 MB 1,987 40
826,900 826,900 0000000000000000000257d6209ef7ec80b5a77841e893a4a3079f4b317923e1 1.57 MB 2,285 41
826,899 826,899 00000000000000000001c70bd1d4f05d36554daafea6038f8813b2d399b84d4e 1.62 MB 2,679 49
Previous 10 blocks ↓
Total Size: 769.24 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.06 GB sent, 94.14 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.