Memory Pool Memory Pool Refreshing

1,985 transactions
0.97 vMB
Show Random Selection Loading Transactions
Max Size: 5/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,282 00000000000000000002349e0000000000000000000000000000000000000000 0.95 vMB 1,969 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,281 (107 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,174 908,174 000000000000000000019867aa69da522262ec3e5ad793954d7fb70efe54205f 2.38 MB 1,989 2
908,173 908,173 00000000000000000001a91673c68e03369e4db833136527fc5f572ce3e0421e 2.24 MB 1,685 1
908,172 908,172 0000000000000000000115a4a19925d7e32c8d0fd7b3e26243bcd24000e61732 1.70 MB 1,090 2
908,171 908,171 00000000000000000001b2fa66a26c7fd3b566e96de3bdb662be6eb262819619 2.19 MB 3,146 5
908,170 908,170 0000000000000000000138170d6043d85edbfa5ce22b02cddad18b073f2d8e41 2.03 MB 2,574 4
908,169 908,169 00000000000000000002061d8753b9a371363175a60ed1286e4e10b4acd69433 2.28 MB 2,721 4
908,168 908,168 0000000000000000000160fb32c5f853f1e772d050825173a4d43d4ee5ba691b 1.91 MB 3,567 6
908,167 908,167 000000000000000000014a4c76094d86cecf7cd687559f1fe690188e67a81b28 1.87 MB 1,499 3
908,166 908,166 000000000000000000010d2876316d092d6988d2010a6fa410ef2ea8ff85ea41 2.05 MB 3,157 5
908,165 908,165 00000000000000000001af4101b79fc371548af0f8bb35b77a4b6a611d5b78fa 1.96 MB 1,690 2
908,164 908,164 0000000000000000000053d6d7a56745e15d14313d870f1e51d9da8406002073 2.23 MB 2,905 4
908,163 908,163 0000000000000000000051c418c483c932cd67863dcf463942184e9c81cddd5d 2.12 MB 3,236 7
908,162 908,162 0000000000000000000043ae3ccce8a8d54200d03433efd3cae3635fdae6ba70 2.08 MB 3,013 5
908,161 908,161 00000000000000000000ec529bf85bf173da5aeeae17c0e3bdabef4e41cbc478 2.08 MB 3,069 6
908,160 908,160 00000000000000000001df31c9ab19a617d6807cec9b14f8f0e711a07ff482c2 2.25 MB 3,069 8
908,159 908,159 00000000000000000000d35178bf9f128f7fc34927112d42bfadf7b747d45da3 2.04 MB 3,790 6
908,158 908,158 00000000000000000000add563fe22d5931ae377788656b3c3e6f3a6ffce3989 2.15 MB 3,131 9
908,157 908,157 00000000000000000000ba9cbd9865fd27f004475ca5c9e3f3aba0ceb6de2da9 1.82 MB 3,371 10
908,156 908,156 00000000000000000001cc28d74bdaeb8f74063538c634bf44d7adaa163084fe 1.17 MB 1,015 1
908,155 908,155 000000000000000000019ae236d2730d2fbcde67dadfd6032968ac32cc6235ce 2.11 MB 3,090 4
908,154 908,154 000000000000000000021f3347b9e12259d78b014de41eeefe65144b44fc65b1 2.08 MB 2,981 2
Previous 10 blocks ↓
Total Size: 770.14 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,691.92 GB sent, 98.22 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.