Memory Pool Memory Pool Refreshing

3,114 transactions
1.30 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 908,676 (822,469 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
86,207 86,207 00000000002318b246c6735f14c19a39e0de7e8a7630d4cf47aace7d53d1aa04 0.00 MB 3 0
86,206 86,206 0000000000207e585ca4ec3c01b5896bf53a0aa111d2aee5419ef10ba63bba35 0.00 MB 10 0
86,205 86,205 0000000000072408133bf8f757b27e1e00e5d99c838d9288503e358c3c650fcc 0.00 MB 3 0
86,204 86,204 000000000004e35de59e19783c0860bae4b72a23a77afb1652f4f9a0d17904f2 0.00 MB 7 0
86,203 86,203 00000000000403091452fa38c535b0731f37b855f1559acf63e2f29d56e2f5c5 0.00 MB 16 0
86,202 86,202 00000000002c17fff12aab3b29aa809b1c34da1d675abc70cd6c4abc43f5deb1 0.01 MB 14 0
86,201 86,201 000000000025af82ef4f076a1d23f5d9da1ff398a92377d3606d5174d8425092 0.01 MB 26 0
86,200 86,200 00000000001002f8ca11b90c0390009584468d8f37d0df108fbd11f264867d58 0.00 MB 1 0
86,199 86,199 000000000009e849f72873f4096c956e485e0d43271385b8cec7b586891c63a6 0.00 MB 1 0
86,198 86,198 00000000000c9c384bb622f4b79b40539e823869b458c98013bb062d2b7c5b2c 0.00 MB 4 0
86,197 86,197 00000000002eb1ba49e4816d80ce2c03dcf4f79f63a5b10a588ba71eed68cecc 0.00 MB 7 0
86,196 86,196 00000000002393f7eb09f921913e02aeb057726c858770aa6ce0c4dec88b6a8b 0.00 MB 15 0
86,195 86,195 00000000001d415e8b3cdfa1100d115c7f13247601d561043d850179be601ba1 0.00 MB 9 0
86,194 86,194 00000000000a0c66ba918f4e9c79c17db3af78c7c75f677f4b7fecf000add997 0.00 MB 1 0
86,193 86,193 00000000002297c5b43e0b69e465f742c17909006081b3d6078b3775deb2b750 0.00 MB 1 0
86,192 86,192 0000000000183b92bffa9b6506b172cdd87c11b656270021d3140d301aa57db3 0.00 MB 2 0
86,191 86,191 000000000024671a06118a48e62ec056a5ab78696348951fe9e8d05a2fd5be4a 0.00 MB 5 0
86,190 86,190 000000000000c2439c2b2d72039cf1a4fb2fcb213e1553b637e5854510b493c4 0.00 MB 7 0
86,189 86,189 000000000015f3f54f2625f06122a4dd7aab3b1c736d92632b92eb87263af13d 0.00 MB 3 0
86,188 86,188 00000000001cf64322106bbd9baadb67d67b3497c823fe5f337fb02133aa6611 0.00 MB 1 0
86,187 86,187 000000000010bad2d53e8c45311a7eaa12659d2bfd9e85ff03046868bcd18d55 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.61 GB sent, 101.73 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.