Memory Pool Memory Pool Refreshing

2,123 transactions
0.62 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,639 00000000000000000002349e0000000000000000000000000000000000000000 0.62 vMB 2,123 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,638 (894,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,034 14,034 0000000069c16913469cbab38243d50817009c626f1516cf5df5f43bfe01bb6b 0.00 MB 1 0
14,033 14,033 000000001521c5b5789fb364772f93b0674b81d374218c1da84705037e3063d0 0.00 MB 1 0
14,032 14,032 00000000e5244baf6582a8103b824d47809561cfa19e730e877adb591b69c38f 0.00 MB 1 0
14,031 14,031 00000000ef7691d32fe5cc6a5574c31afbeafe60a39e20f3f7dbc7a1cfd54fb0 0.00 MB 1 0
14,030 14,030 0000000044f5a9329b5127ab994174fe01d22313d25499222007837aa23bd65e 0.00 MB 1 0
14,029 14,029 000000009a712884c946fb894b66ae6958f9723edab8bf9d3fe161e360284949 0.00 MB 1 0
14,028 14,028 0000000091b0a6c30d1c5c4e25c89b69b757a5731d1032da31800707f5a86a6f 0.00 MB 1 0
14,027 14,027 00000000f854a65ad8edbf8c4e71fba384a973b4b0df7a54fff6a84c77f5a00c 0.00 MB 1 0
14,026 14,026 00000000e1ac2bd1715c36fd8ace63e38fe9d5cc215b5cca9beaaeddf07f33c8 0.00 MB 1 0
14,025 14,025 00000000b67320aad5d7cadebf5ece57eb348845c2cf2020869032dd5781a81a 0.00 MB 1 0
14,024 14,024 0000000054962d98e6aac779f868e69ea1aa8c0939a3d71626c011829a66d477 0.00 MB 1 0
14,023 14,023 00000000b03069e9061ff0ae35030e22efb6d16b67a542f397edc88c9175cd6d 0.00 MB 1 0
14,022 14,022 000000001822c2e22ef8c0d85cf758d82a06b2db21048efd193c8daa383c4d5b 0.00 MB 1 0
14,021 14,021 000000008a0fd6789eeea01dd89a3156ece4c34e041ade68097547def4c40586 0.00 MB 1 0
14,020 14,020 0000000036e6314e7680115bf2d6d3a884c01df97d5513545acf32c04c79673a 0.00 MB 1 0
14,019 14,019 000000000e38f6c6345b3170854b42ae21bfd5be7acba334bd5c0802c838a582 0.00 MB 1 0
14,018 14,018 00000000c20195bf736e8cecdb6ccbf4d25ffee42c0b4c4199bc2d6a9b6533d7 0.00 MB 1 0
14,017 14,017 00000000dae8bf6a66f878782564ff8f0fd7ef28ba9cdceffd32e2f04588a251 0.00 MB 1 0
14,016 14,016 0000000058d200e83a914b8aab1c7e65db7c47941a75e814d693c1401ae40b2b 0.00 MB 1 0
14,015 14,015 00000000f8232cd3b004a586a9134c1e520d3fafe98cbc6e7e044a07351185ad 0.00 MB 1 0
14,014 14,014 00000000d59a692eae5c83dd049171056751c3cca12885a08422fcf66584e1a4 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.88 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,850.90 GB sent, 101.33 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.