Memory Pool Memory Pool Refreshing

1,406 transactions
0.58 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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
907,778 00000000000000000002349e0000000000000000000000000000000000000000 0.56 vMB 1,404 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,777 (608,743 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
299,034 299,034 000000000000000023b0b40d4d101bedb6f13bc1618b9cf7488d14faa29c4048 0.03 MB 63 41
299,033 299,033 00000000000000000f35c59364739d39ffa68b421ff079397d52a7bd1bba6fe1 0.26 MB 494 43
299,032 299,032 0000000000000000794ed2d1fcd345287107fffce812e36a8ae0dba502692bd3 0.07 MB 50 15
299,031 299,031 00000000000000001261de57b76076b270bf3d87186d71a37de66daeb69dcd27 0.35 MB 780 37
299,030 299,030 0000000000000000201ba09404fc3c61b311dfae91693d355c858880dbd4126a 0.30 MB 534 28
299,029 299,029 00000000000000006698e42b064152cbcdebf9592034801a9e55be32c2ac33d9 0.23 MB 349 34
299,028 299,028 00000000000000005ad24cecb0600b29b183c83170528aae91bbade2eb1b24ed 0.07 MB 97 26
299,027 299,027 0000000000000000220cb935d132f2d17efec493d16a8c0e66ea8f583cebe675 0.05 MB 89 56
299,026 299,026 0000000000000000816e2d8408519f76c5f9c9853d736d5ad850cb2dc55edcf1 0.00 MB 1 0
299,025 299,025 00000000000000006dedde471d02967118f3c26969342e5ccd2335102b763450 0.38 MB 429 20
299,024 299,024 0000000000000000191f721427ab8cced49f9333a9de54d875f36104b9cd04fd 0.14 MB 305 42
299,023 299,023 000000000000000017c036e3d203c5963e46c6f8b18271e0c96894890a6070f5 0.05 MB 77 27
299,022 299,022 000000000000000011044d0c6443245fbbe611d944168a4e07e89ccd59769eee 0.19 MB 315 25
299,021 299,021 000000000000000059fb4146357ede48dd662e8e43c5cd323c6e9cfec6ac87ff 0.00 MB 4 127
299,020 299,020 00000000000000002a3078e8856107381f4e7d28a4bdd8125c01002acb26b830 0.12 MB 256 46
299,019 299,019 00000000000000007983d2d40242f9e2073124f4b18a05f7769691b8e066db78 0.03 MB 41 21
299,018 299,018 00000000000000000e3d819bbf7b72e4452d696df19c36cfba93e05c987a1ef6 0.25 MB 552 38
299,017 299,017 00000000000000005b7309f0357152b64e5d9c9dc29ae087a825c83e374a8157 0.02 MB 32 30
299,016 299,016 00000000000000005838d0e7d7d76b60335a2fde0d34baab42cdd7d6c2f7acad 0.04 MB 64 29
299,015 299,015 00000000000000004a5df7f266a99394821adb4f1abc28739d19783db8be0666 0.02 MB 61 30
299,014 299,014 000000000000000044ae37830d01d44c1577356f6ae6a1fc7e0e2f94fcfe4cff 0.18 MB 362 37
Previous 10 blocks ↓
Total Size: 769.12 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,630.12 GB sent, 93.49 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.