Memory Pool Memory Pool Refreshing

7,853 transactions
5.00 vMB
Show Random Selection Loading Transactions
Max Size: 28/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
887,078 0000000000000000000282810000000000000000000000000000000000000000 ago 1.00 vMB 3,228 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 887,077 (694,661 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
192,416 192,416 00000000000001955f1d2b2b5922977991a385105d959eb92ce580bb7d9f52ab 0.09 MB 272 157
192,415 192,415 00000000000000d0cc5aaaf724ab88394563eb44811d7dd9985fba6c1d6bdf90 0.02 MB 59 131
192,414 192,414 00000000000002a8e48b8b89649c5cff593e4216fe98ef6471b56cfe653f8d02 0.03 MB 63 104
192,413 192,413 000000000000022b581480cdb5338984908d06d4df95cc5c7c9654af9cb31866 0.02 MB 89 0
192,412 192,412 00000000000005c79e9c04273e109445591b7fa66a96d3a4a535f2fd567ed9a9 0.04 MB 98 110
192,411 192,411 00000000000003eb004e8f6cd0c372818914a2d2a9c7be0fb634d818195040c2 0.02 MB 73 145
192,410 192,410 000000000000055eb24dc98761bf185f1eec08812ae20849551cf64e267a7b21 0.03 MB 70 113
192,409 192,409 000000000000023da3a7e87c6ce7e2674471f3c5f2ef38777e6ef649f8c133df 0.07 MB 165 121
192,408 192,408 000000000000036c4ec4b1ba117524b3499dd43cd363d819b6b6756b664eacdc 0.05 MB 117 150
192,407 192,407 0000000000000155bee1664551acdc7bcccf2cb0f9ce39be21be067bc97d82e3 0.10 MB 203 151
192,406 192,406 0000000000000479987a72b320090d64662c1839e30cbbca5ecf967ccc6e212d 0.04 MB 123 145
192,405 192,405 000000000000067ea14e690594cfb6e59b259591ced284b63b29a90ae4beb27f 0.05 MB 133 181
192,404 192,404 000000000000059da88e36fcf770a2d5b61d4ecc69d89352a289c6710230f105 0.12 MB 323 158
192,403 192,403 0000000000000225862e09b8b3f1ff836b9eda39d2dcd88c570758452104265e 0.05 MB 133 147
192,402 192,402 00000000000002a8f78d3de3eda06cc010e0249b4d569ee2dd15c773a74a6212 0.06 MB 216 50
192,401 192,401 00000000000002cb6e11aadfb033fc926e03d05d10b82e7bd8da9e99579ffe7e 0.03 MB 56 104
192,400 192,400 00000000000001ee54bf56b79671a9c152d1aa308a9191cd0722d3a0259a8ccd 0.12 MB 263 126
192,399 192,399 00000000000005f00d8be7dff7e995fdd3890314a0c60ed24dedb3261c87c738 0.00 MB 10 29
192,398 192,398 00000000000003b257c003cee0244af3bcf68086db6b594247c218a6bd4c81ad 0.00 MB 12 320
192,397 192,397 00000000000006ebba1827162d8c590f6290b895fd3c2dca6cd1d0ec9a50e4f7 0.12 MB 338 165
192,396 192,396 00000000000004644954787f4c128dc27678c5f9d3cadce0347b5844a34ca0fb 0.04 MB 95 107
Previous 10 blocks ↓
Total Size: 732.52 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: 2,806.72 GB sent, 123.51 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.