Memory Pool Memory Pool Refreshing

3,060 transactions
14.61 vMB
Show Random Selection Loading Transactions
Max Size: 60/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,302 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,778 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,301 (810,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,257 98,257 000000000004af06637fad4a8269d7edcd728d5bed96eb76fb5cd4ca6941479e 0.00 MB 11 888
98,256 98,256 000000000001df1c38623545ef735f467bb31293fddabc3d02d13fdeb7086c20 0.00 MB 10 0
98,255 98,255 00000000000135566ee56ca908962fb7bdb2db97cf4616e6494856240c08b0e3 0.00 MB 1 0
98,254 98,254 0000000000012c5c55d219ac8ed61490da1ed237b9ee31a0f68bc7b47ff09e1b 0.00 MB 4 0
98,253 98,253 0000000000009306d4248def815695934b8947464db1f23f9737316ce678a0c4 0.00 MB 7 0
98,252 98,252 000000000003d294e9d4754d2f44bfe982dc3528e0c1b6da72536b7260d35a60 0.00 MB 7 0
98,251 98,251 00000000000199317c007799e94baa42cef9478d26d241215edaf82fd6b6bcf8 0.00 MB 2 0
98,250 98,250 00000000000178a05c6a2f863605a95bf456a3e3602c4b110a870eca44d5f7e4 0.00 MB 1 0
98,249 98,249 000000000001b06afd4f65a59dc79770976670e69ec08d1bb62ad505ebdd25da 0.00 MB 1 0
98,248 98,248 0000000000024810c1f0278ee22adde3d2bad682beeef3e37527e1a36e9ea5b6 0.00 MB 2 0
98,247 98,247 0000000000015513882e14ba4c343326cfb094c0faaa5a23037bdb3527ba5eca 0.00 MB 6 0
98,246 98,246 0000000000031457419a448d2032ec7b3cbfc2499dbe3a590cc438b57d44b7ce 0.00 MB 5 0
98,245 98,245 000000000004e72663aa0cd611988e4535f1e175c889ddcb8037a277e8b8b1b1 0.00 MB 2 0
98,244 98,244 000000000003d6d4170c3d8f76c02bf8589c34a52e00512b6260ccbcc93d2e6c 0.00 MB 3 0
98,243 98,243 000000000000fe478793b75cc75323b71d30499794c5d6b7ec2e24d07799cfbb 0.00 MB 3 0
98,242 98,242 0000000000039d4eed9379105d71c09a17b6ad3d5bfe086e8c68b262b409ff4f 0.00 MB 5 0
98,241 98,241 00000000000443cb10aa3d04d9136b5af77ace0bb79bc5f196083aefdc890884 0.00 MB 4 0
98,240 98,240 0000000000049bcecbfa2c38e9de0adede037b242d602bb21a8a0daa60d727d8 0.00 MB 1 0
98,239 98,239 000000000001603006ef61b0dc632d59f32743de8dff286c556ccf744083805e 0.00 MB 3 0
98,238 98,238 000000000000a2e045d267dcf8f52516ebc4be867b654d9f2fd211f93fbc5fa5 0.00 MB 3 0
98,237 98,237 00000000000445b74cb08528fbf58e3ba607e01713e9c95aa10a99d35ec12f7a 0.00 MB 4 0
Previous 10 blocks ↓
Total Size: 770.18 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,693.17 GB sent, 98.47 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.