Memory Pool Memory Pool Refreshing

7,802 transactions
3.00 vMB
Show Random Selection Loading Transactions
Max Size: 17/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
908,744 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,864 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,743 (881,783 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
26,960 26,960 0000000024998941d85d5072218224c0e73734a7a1a5ad50e456d9715a58c8cf 0.00 MB 1 0
26,959 26,959 00000000633e76c7433597ad488d0378eb9d4c05374e95560da23d29157b07c0 0.00 MB 1 0
26,958 26,958 000000003f429ea4242d5111d5be7317d14c1aa04b04455aba8f9c4d04848804 0.00 MB 1 0
26,957 26,957 00000000e6ff5643d5c350538613883d99cd06eb1af5c6327c95161905616259 0.00 MB 1 0
26,956 26,956 000000004017e6c633c20b551900456a077fa6b8508cb771c2135e0797d3ed04 0.00 MB 1 0
26,955 26,955 0000000067892cc179932c54e8e851e68c821f3dd4e7eba22dce6840c18fdd10 0.00 MB 1 0
26,954 26,954 00000000efacea78e5a3ca5c1d50917a70972018fdba42356a548af355799c03 0.00 MB 1 0
26,953 26,953 00000000306f2b2de5fcd04ec3874ffb7ebcb8aa89a6ed419b565ff64837d4c0 0.00 MB 1 0
26,952 26,952 00000000b1350d0060a1a7d1bc2ed48ac4828ec2109ff6914368964223f603c8 0.00 MB 1 0
26,951 26,951 00000000982fd795838e117345330d5ab2df8b6245bc7f1d47abcf0177e3f9c6 0.00 MB 1 0
26,950 26,950 0000000097e8d6ba289116f1709eaf4c9741dd3205fb92a06d68766565e93eaf 0.00 MB 1 0
26,949 26,949 000000000c60b08d65e58fdd14de3bfbe31df4399b089478efa73113075ecce4 0.00 MB 1 0
26,948 26,948 00000000758c109fc96e45bfbaaa81f67b5d65211035372b4d0572a5f3de7a34 0.00 MB 1 0
26,947 26,947 00000000238203605a3cbb863655d74ee509f710b0aa9371fd7e5e3e3773412b 0.00 MB 1 0
26,946 26,946 00000000e7824345c16cd95b02bf9a9f3c37ed3c83b4f46dbb8ef68bff71d665 0.00 MB 2 0
26,945 26,945 00000000e36c346fe194ce0bd2d3cd5653d3f2c48a1a7df9dd1fff05cd2b78f6 0.00 MB 1 0
26,944 26,944 00000000962a0bf24237ad3cc8d729828a6310d041f499c0767e866e2860a8d7 0.00 MB 1 0
26,943 26,943 000000001ab96b2f8b334170312bfa0de1e68afa0a5c00d746bc6a5d5a3e4654 0.00 MB 2 0
26,942 26,942 00000000e039f4ca501a83da763f79b8511c28fe35f3b2a4ade5dbdd8fe78978 0.00 MB 1 0
26,941 26,941 00000000c5aa17fbb9e60a86cd067c788a994c70ee1fc641ad919854f140edc4 0.00 MB 2 0
26,940 26,940 000000005ca2805c597b508f58c2ab745ddac3f8f602b1274e7525109bf88be3 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.08 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,855.67 GB sent, 102.43 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.