Memory Pool Memory Pool Refreshing

1,913 transactions
0.59 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,447 00000000000000000002349e0000000000000000000000000000000000000000 0.59 vMB 1,909 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,446 (897,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,636 10,636 000000008b17fef945d1a004b0fa6231dd463172632dbbd74e2851254fe0f4ed 0.00 MB 1 0
10,635 10,635 000000006b30c38e84e5f62f4326bd73a8fa2a486ebd469efde7a5b8b35e6532 0.00 MB 1 0
10,634 10,634 00000000ddd32f2371000a72ce3862ec28ad894181131035f39ce1d46f483ec1 0.00 MB 1 0
10,633 10,633 00000000289e5ce9632cc8ef835ddf7c1b8603a2274e38804ccf4881e03f5e1d 0.00 MB 1 0
10,632 10,632 00000000103353046ee8ed72e1745444c764823cd2bf5f60bd65b5d69e0b84a6 0.00 MB 1 0
10,631 10,631 0000000083c9aa40219465b79c59b78bd96ef237fedcc35afabb240239d681fc 0.00 MB 1 0
10,630 10,630 0000000052f124e56275d956d9a60fcaaf27fecc9b8ac5818db79eacba7f2b85 0.00 MB 1 0
10,629 10,629 000000001b7eea68a9ba06cc58aa84a0666495513067cdf860af86bea528425b 0.00 MB 1 0
10,628 10,628 000000001428dbf9185e6663886b1ea6ba7c93cdcfbc6cc9d87b22f839811b76 0.00 MB 1 0
10,627 10,627 00000000f8a1a0dc96aa8482c37ab6e2fe45f351e6ab497fae2fb19bb2e3e7f2 0.00 MB 1 0
10,626 10,626 0000000026e8ea82d0cff6d45dd25d0f6702cd16baf1ff7774567eb9a7e2b037 0.00 MB 1 0
10,625 10,625 000000000805bfbfb8c3c08d8647a82e2ae6b070c1262670089fcf9ab27c876a 0.00 MB 1 0
10,624 10,624 000000008a5a0f6efa0760653212ef9e28e1f6291dff703b98abc4ca043bb4a4 0.00 MB 1 0
10,623 10,623 00000000fa639f8040e8c044d547e20283a128f81431585b77396fd9abcc444a 0.00 MB 1 0
10,622 10,622 00000000a3c2601f23e19e69ce353ba5c4239233bf4e4b9dd99ceb1b6c831a95 0.00 MB 1 0
10,621 10,621 00000000a12013c895eda97214b7b511a660245e80ee8dff0a9e4cb56742fc33 0.00 MB 1 0
10,620 10,620 000000001cbe34cd51d7226a586e5e50b4f4f9174718a52ab5d6198fe9dffc7e 0.00 MB 1 0
10,619 10,619 000000009128d5d81aaaff0e2d33b7e40a2af51d48e3f0c9c131c64f9b1fd1fe 0.00 MB 1 0
10,618 10,618 00000000d862fb0f6c49f9b9ed385edd9954e6826f9935e2ee7968f9299d4eb8 0.00 MB 1 0
10,617 10,617 0000000073b16f92a379aad63e1f189fc1a719e6352f23c44ce824947c74494a 0.00 MB 1 0
10,616 10,616 000000006bf7e828937f177a979f655c498cefe5bc4201175eea72da1c2a9b29 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.53 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,775.51 GB sent, 99.70 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.