Memory Pool Memory Pool Refreshing

7,562 transactions
2.52 vMB
Show Random Selection Loading Transactions
Max Size: 15/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,711 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,323 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,710 (892,262 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
16,448 16,448 0000000094afca6c4e8420f8de97e2c42e26b346c7059b6aadce8d2578c0c32b 0.00 MB 1 0
16,447 16,447 00000000ea2950811de95eab39b4701e1d121268666a9493c3d4f77566373e7f 0.00 MB 1 0
16,446 16,446 00000000412a7a4b0ba7c432a32b6ec53f5b66739203860ce7a41b86e4133be2 0.00 MB 1 0
16,445 16,445 00000000c11a4dd07a7963108657243cf06fc93783bec5a8739caf3ef1468b61 0.00 MB 1 0
16,444 16,444 000000000baaadd2e59c53de74f8ac406ab5da3155fb7b359782168903750f0d 0.00 MB 1 0
16,443 16,443 00000000a5d92b27d13c9be73f1dabf9b706fa9d0293fa85769fa55a3f851855 0.00 MB 1 0
16,442 16,442 0000000027d3962319f9b82ad3b8b94ec6c7cfcf79753af281ded8d777a11c08 0.00 MB 1 0
16,441 16,441 0000000024cd3a8b4e373ef6541bf48a71208507dddf365ab89076e5f754ee29 0.00 MB 1 0
16,440 16,440 00000000b8d8d5b0ce11e1672577416682c353499dac6bac36edcfc70cf9326b 0.00 MB 1 0
16,439 16,439 00000000fab31d88620eb64c14d0e9d9dbde77aeb338b6ce3023ae56bc63790f 0.00 MB 1 0
16,438 16,438 000000007d6e08daf69808d4f011e58342d1a8f3373e507d79e65d1ddadb6a22 0.00 MB 1 0
16,437 16,437 0000000038d65e465e67fc6ca9f2ecd6c82d3fb89c5946c76b36ef16b70a516a 0.00 MB 1 0
16,436 16,436 000000004f707a00c11c211b7cd06c9dc4ed6ea52696c5c96bebd771fe54022b 0.00 MB 1 0
16,435 16,435 0000000081b4c021b9eb7520af16244be0d674807e070f4815481b740a5714af 0.00 MB 1 0
16,434 16,434 00000000f429a2ad2f31b48bd703e1ec4dcac8279f3727b7a13cf2a0d2a03f72 0.00 MB 1 0
16,433 16,433 00000000faeaa07298364941760d3af5917d1017cf372bbf04dde5ced4a94a88 0.00 MB 1 0
16,432 16,432 0000000039918f3e640222693249982d72c32badd404ce9eeab34bf24d016a6d 0.00 MB 1 0
16,431 16,431 000000006c1a1dcd2592c127ab49fb1c728fea0c8adaef31fa62e24d21efaf0e 0.00 MB 1 0
16,430 16,430 0000000065046b970692a5b691afdac66cc5cf5429bce4e3c113b5bd705b8eda 0.00 MB 1 0
16,429 16,429 000000001eb94958b5bf3c96adcc23e3893467c02a4a2b2b71a6272e649ba3e6 0.00 MB 1 0
16,428 16,428 000000004495cdbe7f7a1d27581f1392b7b28b5f7b27eb9e0e2a2fc4366e5775 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.03 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,854.66 GB sent, 102.07 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.