Memory Pool Memory Pool Refreshing

959 transactions
0.33 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,754 00000000000000000002349e0000000000000000000000000000000000000000 0.30 vMB 943 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,753 (639,722 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
268,031 268,031 0000000000000003b3f7200fd072398f37537282640d7ad3a4ccb79faae11209 0.03 MB 66 96
268,030 268,030 0000000000000000325dfc20cd6a5aacda0d0393c8f14113987c0c384c10bfde 0.06 MB 102 41
268,029 268,029 0000000000000006be06d66196eec2e41dd9a1e7950d8ceaa7ee093c44cfc604 0.15 MB 342 84
268,028 268,028 0000000000000001f23fd15c8df6ddbab93a1e88b18aa9b061ca7883e57e8389 0.15 MB 369 51
268,027 268,027 000000000000000114eb768a326992100ba2f30cbc4058e4e9d6eb1bec23a91d 0.17 MB 469 90
268,026 268,026 00000000000000025f4fdfe22b04b8f65265988f39babdaaeb935e850ce4fe60 0.11 MB 304 173
268,025 268,025 0000000000000009d8fc13fb63178b9d0eac82f212fda219dd9608acceb60b99 0.21 MB 512 65
268,024 268,024 00000000000000098c88b93199a18ed01a14ac01aa600febb8ad33efe52432b6 0.15 MB 311 60
268,023 268,023 0000000000000002515d1ea3fa422ab8a34533dcdb9da50d993dfb50bb3dd5d1 0.23 MB 526 86
268,022 268,022 000000000000000636636dbb6fd9a9cf4dbcba42984ce5b4062241d9d44f95c3 0.15 MB 329 106
268,021 268,021 0000000000000002bf3cad1399455add30cce43b76cb94e31a20795504c9ebb9 0.14 MB 186 84
268,020 268,020 000000000000000aaf36b4dbed1ce584f6cc10ed8e32f4db2f7b215b9f6ee62c 0.25 MB 541 74
268,019 268,019 0000000000000003b30c326310fb143552d5a1dfa12fc5fdd5c4d5e925946be7 0.22 MB 269 34
268,018 268,018 00000000000000021d5dbe07c381772f13304b952af99d33417640ab183845f1 0.19 MB 436 105
268,017 268,017 0000000000000004db94ac42d399c82026424a662d91bdc0e0aee7cfd1fdd1ca 0.13 MB 397 189
268,016 268,016 000000000000000517064a43348fa39325bdc244ffb1d0da11ab85676d494a85 0.31 MB 502 64
268,015 268,015 000000000000000aa7925ba22257d225cab8ba36e741d72810444921bb5291fd 0.05 MB 123 42
268,014 268,014 0000000000000009c376106f7b88e960672dfd5d6baa90a71dd3a3f99b61b5d1 0.04 MB 60 21
268,013 268,013 00000000000000051f287816935858b24d2f0d2a345b5d6941bd708f943764ca 0.14 MB 304 72
268,012 268,012 0000000000000006858cb247b4f589be1171be8a175d1d60cde92f39311710a6 0.23 MB 471 77
268,011 268,011 000000000000000942c13f710ac135178fa4538d7f53689a6d30dda3da78bf85 0.03 MB 59 68
Previous 10 blocks ↓
Total Size: 769.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,628.24 GB sent, 93.30 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.