Memory Pool Memory Pool Refreshing

1,119 transactions
0.44 vMB
Show Random Selection Loading Transactions
Max Size: 3/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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,011 00000000000000000002349e0000000000000000000000000000000000000000 0.42 vMB 1,103 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,010 (662,727 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
245,283 245,283 000000000000007a43eb6de03a4c6c4b17f21b5864092722f313a15a12620697 0.05 MB 109 162
245,282 245,282 000000000000007257a9ea24c8ea88c17eea9efc5cc54541225f4f850fba91ba 0.16 MB 334 135
245,281 245,281 00000000000000271bc8e1d961490bb0033401a710409723e6dfefbebc514296 0.09 MB 151 139
245,280 245,280 000000000000008aafe3f6f6822934b92106865df01ebc2e79dcf20497976003 0.21 MB 462 142
245,279 245,279 000000000000000a83642dd80bf93272b5ddf7ba9af9ccad331afac602963a57 0.10 MB 106 69
245,278 245,278 00000000000000b0095d8f484e5ea96acf8df1931b04cc5ad4623686d6b20666 0.13 MB 286 132
245,277 245,277 0000000000000027ccfb6379b0f12f9088299c8b861407347419805a9966809f 0.09 MB 176 155
245,276 245,276 000000000000007b0d2c0b91a0c17801d32a572a926e67256c7764866d81de9d 0.15 MB 128 21
245,275 245,275 000000000000000f68e4028bde26880bd6c5443a6bc1941cfe0fdf1bcc48dec7 0.07 MB 151 67
245,274 245,274 00000000000000b068e0de0393d35ad9a99d71489344c17d77bc406f320b8210 0.25 MB 616 184
245,273 245,273 00000000000000635771825ea98c5692ecb8f0224e40f91cfee2afe00621d633 0.09 MB 194 133
245,272 245,272 000000000000002e068813c0ce13a31c787a7045976eaa1bd0cb2f2b565e238d 0.14 MB 279 122
245,271 245,271 0000000000000076faa2d5f89a4f7c27614c19daed9d173cbad67b488b4ab87a 0.18 MB 386 138
245,270 245,270 0000000000000037e582dc12588b79d257db5a373cbdf6b59efb53f2e6cc1929 0.01 MB 34 30
245,269 245,269 0000000000000040f263e070d91103fc13e6a3ec0cf1be44e3fb324a77330d13 0.03 MB 55 48
245,268 245,268 000000000000005b6453983bfe30a810397fb494da583b2ff0cc9a83b6feae13 0.12 MB 271 117
245,267 245,267 00000000000000a4cc7d9936b3cd493e0fb10aea3141626384943153c870ecf0 0.01 MB 31 123
245,266 245,266 00000000000000890c6925f164540e14a08f3bb140701a5d294e17ad46d6bce2 0.00 MB 1 0
245,265 245,265 000000000000002f9185433a0702f03e08485579d7cfcd546d194be9577eb9c6 0.10 MB 260 168
245,264 245,264 00000000000000ba1acb6699fa0bd7819b11a0d22133ad36b649f267c67ba532 0.02 MB 39 92
245,263 245,263 00000000000000236a520935bd6a646029724b40fee4ac70a5c86c9dd4e50c7a 0.06 MB 129 168
Previous 10 blocks ↓
Total Size: 769.57 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,649.47 GB sent, 95.77 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.