Memory Pool Memory Pool Refreshing

5,920 transactions
1.97 vMB
Show Random Selection Loading Transactions
Max Size: 11/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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,060 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (716,804 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
190,893 190,893 00000000000007d90b680291ce272aa4fb28aa540fe24fee9f20676d69ed5fd1 0.05 MB 141 159
190,892 190,892 00000000000005b69e7d30d1f0107b3b9d330ae3f2107ed81269c0d9c4f6bc67 0.13 MB 256 121
190,891 190,891 000000000000001ff0c04019ff25558e88736f202b7e6522c6a311fc295bcc1c 0.08 MB 237 160
190,890 190,890 00000000000001e2feeb1e73fcb3a42fbc6a29d4b2b8da4359df4bc59ee4f096 0.42 MB 944 119
190,889 190,889 00000000000006995d9ffe02d38e20eaaa6ef64e37e4405fd4827690e17bfae1 0.25 MB 638 157
190,888 190,888 00000000000006f4aa58b35817e56d44e390a843f82e2d9220ed89de866fefc6 0.05 MB 117 115
190,887 190,887 000000000000069238de7941e86208d7247587c10c7ae298d28178619ea9b980 0.25 MB 491 115
190,886 190,886 00000000000007f926cad56503c9a65f0a2b7cbcee72907f700ebb418d0ef0b7 0.01 MB 32 0
190,885 190,885 00000000000004900df551269a8aeabc7bd9906d962d829328223e3e23eead13 0.00 MB 11 14
190,884 190,884 00000000000003d17ef8d590720b184366ce05809259f4b595dc0d4f29c1a0e7 0.05 MB 143 109
190,883 190,883 000000000000060a78403a02025e2a74713232a0dec50ac0b9fd20d850ab66af 0.07 MB 234 143
190,882 190,882 00000000000000e93e458232fec8bf2ddadd7382d9fe486065f02621e5eb9fa7 0.25 MB 484 117
190,881 190,881 000000000000023efcc5c89727c2b7a9d4590b968fa940a19e4b8b537e5ce3e7 0.01 MB 32 5
190,880 190,880 0000000000000239fba99d6eb19c13600f86c6d6835c261c41d70ff9e65abfd2 0.00 MB 9 14
190,879 190,879 000000000000063c1a72ec45b2ff65ae862747195af7e51b3119a6ff09eff17e 0.25 MB 503 121
190,878 190,878 0000000000000304d2b3b87c01eaf75bf03d226f2200128ddc1c3200b4f77c68 0.01 MB 11 89
190,877 190,877 000000000000086d959962827ffe1f21dac4fd691d8c9f7ba992a9cd931695e2 0.03 MB 116 57
190,876 190,876 000000000000071084d0f3dc6716e4a5ec13ed07410abe22d717253fe3546f1f 0.00 MB 12 49
190,875 190,875 00000000000006d8fb314322bbe2e2d25ef2885b66c47cb00434db9aa070199d 0.15 MB 305 101
190,874 190,874 00000000000006e7a7046558bab064be8b5a210ab934aefc9792b81e93d26961 0.03 MB 103 44
190,873 190,873 0000000000000428b768c93b2965dab539dbf3002a8a29bb3fa04ddc7ec34168 0.02 MB 27 64
Previous 10 blocks ↓
Total Size: 768.98 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,616.34 GB sent, 92.71 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.