Memory Pool Memory Pool Refreshing

4,042 transactions
1.47 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,701 (171,729 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
735,972 735,972 000000000000000000011b62a15c051f4fd2f4ff32cae9570528fcd797ec3536 1.27 MB 1,633 18
735,971 735,971 000000000000000000064dc71c7bc5c2d1e2a7d8fd357b7e18d4579522de3401 1.44 MB 2,752 20
735,970 735,970 00000000000000000008d969bce58d857cd09383402556f19d829fba8790e192 1.42 MB 1,931 18
735,969 735,969 00000000000000000006e2cef9084526c1599322a1494d82d9cc2906f5993bfb 1.45 MB 3,046 24
735,968 735,968 0000000000000000000260e7bdf6a4051b03068f689b8d7861a1b1f57be7e93c 1.29 MB 1,988 23
735,967 735,967 0000000000000000000519ec79fee8da7261773a3ba274d98db88d47c9976834 1.40 MB 2,006 15
735,966 735,966 0000000000000000000515297fd1d6fbdb7ae17ecb7088202a35012df665e311 1.47 MB 2,972 22
735,965 735,965 00000000000000000007160e001701cd18f08ea4582123953546ba4461d09f3b 1.37 MB 2,715 29
735,964 735,964 000000000000000000019ea96aff462597b7fd693e50eceebe3702376ac28493 1.39 MB 2,429 21
735,963 735,963 00000000000000000004ffb54ee7208ea786ccc644cb94db3d9e6bbee5769a3a 1.44 MB 2,494 19
735,962 735,962 00000000000000000005210bae8ad0dbc653cd6814973bbc5cd7ccd65cbc40cd 1.57 MB 2,528 23
735,961 735,961 00000000000000000006477f8b147cc8866c239a3441cc63c4d4d6c0a88e7403 1.48 MB 3,248 28
735,960 735,960 00000000000000000001f581aeee2dc3b4b2c93bbaa873ba5ad8c59e4a0fa024 1.48 MB 3,173 28
735,959 735,959 00000000000000000004c53aaa8ec261bed81856a6d2de5e5863bb8a41ae64cd 1.20 MB 1,239 17
735,958 735,958 000000000000000000080b0c3e6412893c86818b98bdf8e55575967b8bf37937 1.35 MB 2,124 18
735,957 735,957 000000000000000000067923d4a9229b73fb729644b30ebd7bdfd89c3e89c258 1.35 MB 2,142 25
735,956 735,956 00000000000000000004c29b3ff823097ee1215415c8b63a33030f29852221b0 1.37 MB 1,944 19
735,955 735,955 00000000000000000005aa413e951ff3b1507324217a11331fa8d7c04b556e73 1.21 MB 1,037 17
735,954 735,954 000000000000000000060a3eeb15cbef252712f1dd8e43e42920c5e2bf963b68 1.14 MB 802 15
735,953 735,953 0000000000000000000134cc2a5c29d5c04085fa42326a4853861485ab75f7d4 1.47 MB 3,141 24
735,952 735,952 00000000000000000005b66bd0746b50f6228f41f2c7b235d44050547eac9bd6 1.42 MB 2,169 16
Previous 10 blocks ↓
Total Size: 768.99 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.53 GB sent, 92.75 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.