Memory Pool Memory Pool Refreshing

3,026 transactions
1.05 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,897 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,944 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,896 (709,606 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
198,290 198,290 000000000000028a20a7ad223e552ce8fb6f55f96901d97b8fab2c9773ba2635 0.02 MB 71 28
198,289 198,289 00000000000001baa8d5772d492b2791fef01766898c630042c586194b7e9484 0.09 MB 94 134
198,288 198,288 00000000000000c9f294ee86ceb8cc97bd68ff0584634fc4bf280337f6034085 0.01 MB 34 113
198,287 198,287 00000000000003f54805154a678ef506464f1789e4fe1e486bb2f58b5d9a13ec 0.12 MB 315 127
198,286 198,286 000000000000022aa77cf29ae77febb52c2e9f89bc0623170d09acf8df904abc 0.19 MB 369 180
198,285 198,285 00000000000002e68ea1053b5ecd551ca25e6390c04c86ad303f4f874fc817fc 0.00 MB 16 480
198,284 198,284 00000000000002e8410b5531d90880e4a8c93a80ab6c0790f5300ad8feee4191 0.11 MB 287 454
198,283 198,283 000000000000014db65593555470b69bd729d742ad96e5399116d8cec1a7dada 0.09 MB 229 188
198,282 198,282 00000000000003b48c875f644f7575f7354ac25d494ee150adfcb2e0487ea391 0.13 MB 417 214
198,281 198,281 000000000000023c4f8e41c3cf112cfe07936795673729604cb120e84d4e09c7 0.32 MB 1,024 23
198,280 198,280 00000000000001fc571f0e8ef9cdfa239a2b45b7a77a352e35165dd6d4e34385 0.10 MB 282 523
198,279 198,279 000000000000055a8ea41a38a8cb2162301b9fc8e4da3a32cf6fb156efc0754a 0.08 MB 128 100
198,278 198,278 000000000000051fe5b784a171cbcae6acf9367ffc447cfd1bbb9ed1b1f6f379 0.02 MB 87 116
198,277 198,277 0000000000000187cc985378402166ce0a64003b840122c0b4ac213d2d4fa424 0.21 MB 426 115
198,276 198,276 0000000000000325e6c651fde870f4c3835fa3cffa0518a41196accd414c02a7 0.03 MB 65 119
198,275 198,275 000000000000043134ad20cf138ab5569dbb2e3a2b5ee88f9d147121a8a32dc8 0.07 MB 137 125
198,274 198,274 000000000000023b157780688365723154423a72472d311ca516421b516c4714 0.04 MB 110 80
198,273 198,273 0000000000000150f5df5a8e3b7e85ca510882545597acfe08003112f02a9454 0.17 MB 395 205
198,272 198,272 00000000000004609b6b17406fac0abfe31a186557b49c80ed9df672e23e6322 0.00 MB 13 218
198,271 198,271 00000000000001302317c9ec38705f1af478d9dc1b9b397517bc149bb1da3384 0.09 MB 155 154
198,270 198,270 00000000000002e4dc5dd6d432c2790788b6e9b23fb1bd1ed56112ed35547915 0.00 MB 8 29
Previous 10 blocks ↓
Total Size: 769.35 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,643.53 GB sent, 94.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.