Memory Pool Memory Pool Refreshing

5,836 transactions
1.94 vMB
Show Random Selection Loading Transactions
Max Size: 11/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
907,865 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,502 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (694,497 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
213,367 213,367 000000000000040d64a29d841156e5a986f9599c916f1d89a758d7fd995d6bd4 0.01 MB 30 45
213,366 213,366 00000000000004a7244e26abdd6093cc9b3a0e34564cc93319dd5395eefe6b8c 0.04 MB 90 137
213,365 213,365 000000000000042a967b45cb4d24b9cec770f154cdc449fd25e5589925451b2b 0.04 MB 92 223
213,364 213,364 00000000000000a99714f65c6397fa821f246d793d4710e01fc0044c83df9f4e 0.24 MB 607 172
213,363 213,363 000000000000041cf3bd2bba6b6978a1cdd627b38848ac06e4626ce2765d24f8 0.00 MB 11 654
213,362 213,362 000000000000039e5bc486e00ddcc630f72d1954fad656a920bd15ba796fa1b4 0.25 MB 569 161
213,361 213,361 000000000000038ea07c31db212fd7de5b64e8aae100564efe777f645510f978 0.25 MB 975 201
213,360 213,360 00000000000004ec76ff03d38504563c6cd4b857e3ac46c5e49ea389f702db93 0.25 MB 962 269
213,359 213,359 000000000000009d918ef0f89911fbca97e34ffcea3921a384b073e02794fe6f 0.18 MB 276 113
213,358 213,358 00000000000000a13214b79eb4ed87e40336f7933000d53965585cf6ee17f538 0.00 MB 14 462
213,357 213,357 000000000000048097053245b5236c80a0ef1d7544d0ef1bbad40bfd5198e087 0.25 MB 744 348
213,356 213,356 000000000000025fb66c9ccc6a051ef6a77b5ce0a3ae543f04351e607910783e 0.00 MB 5 15,673
213,355 213,355 00000000000002293209d35c27eddf005baab7e5717487d8dd07840fe4c2c153 0.05 MB 139 2,255
213,354 213,354 000000000000017bb0f6316f521627d6195f821771d28063c0e5ec02cbce6f1b 0.03 MB 58 135
213,353 213,353 00000000000003e07874cfdeb015713edf1b42fd43eec7f3a1c841110b79e656 0.04 MB 27 69
213,352 213,352 000000000000049bd348cde9d965f417ac638a257863ccf0ae8e3704293eaf6f 0.25 MB 632 192
213,351 213,351 00000000000003c94fdfdb2fb1155bcdd8d879f5585bd2b12da506f4e19ab0d6 0.20 MB 540 198
213,350 213,350 00000000000001c4c6198b5ec9038b970365cb10c71c39e139052aecc4327b6c 0.13 MB 350 211
213,349 213,349 000000000000043cd5c7a1fc647c5f7bf4f3fbbf685a818fc96f71e814249945 0.22 MB 298 124
213,348 213,348 0000000000000310d41fa504d0161f537c6071042c03ebaa809e3932068c0440 0.26 MB 83 67
213,347 213,347 00000000000003882f95faa3f92af1078ef4fd6c390cce8905368b5465ef35bb 0.20 MB 524 228
Previous 10 blocks ↓
Total Size: 769.29 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,635.61 GB sent, 94.36 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.