Memory Pool Memory Pool Refreshing

1,993 transactions
3.18 vMB
Show Random Selection Loading Transactions
Max Size: 16/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
882,876 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 456 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 882,875 (1,578 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,297 881,297 00000000000000000000d30a726fda321eae5099ef76ddee0925fe30bf2aff63 1.77 MB 1,991 2
881,296 881,296 0000000000000000000012f37aa0524c95d0f15b50d5131e511d191a886634e9 1.70 MB 2,033 2
881,295 881,295 0000000000000000000104d4bdf60ad1cce752ae370263490fd1175a52c71d82 1.84 MB 741 1
881,294 881,294 00000000000000000001b7976d9fcded73ff122b22ad646c82af89f11aa81ea3 0.32 MB 696 3
881,293 881,293 000000000000000000008526dc52a506dd2e5e4a63dd7e6cc5fd8a9a36e30376 1.90 MB 431 1
881,292 881,292 00000000000000000000abea5c75a7184e06757dcb64e593dad0552f575e5ae2 1.49 MB 112 1
881,291 881,291 0000000000000000000193da99cf3d9fcf59473a81749d5ad81ce99e73d080a9 1.86 MB 2,368 2
881,290 881,290 0000000000000000000199d44df18c0f895e2a07eac1de3804370602ada07d66 2.06 MB 654 1
881,289 881,289 000000000000000000008339a1d5501a9b4afae394913658e1ed594faf552e40 1.62 MB 3,580 3
881,288 881,288 00000000000000000001f7386065b056b17823e1f06619c0a1f3f812829df168 1.85 MB 2,912 2
881,287 881,287 00000000000000000001689743274a31ccd71efe361fddb18277d2c8c97d30b8 1.80 MB 2,846 2
881,286 881,286 00000000000000000001434d3622bd87cd367f73abc7da3966048196cc8b950e 1.62 MB 2,828 4
881,285 881,285 0000000000000000000064944fa8989cb8aaf00a576340d96bebf85e5cb7e519 1.05 MB 1,740 13
881,284 881,284 000000000000000000006c4a0e3efc50d9dc1cdc06870d2de53de32541a33a9e 1.68 MB 1,508 1
881,283 881,283 0000000000000000000201e6e89c180fa8ff5d6e065124ff594117ac32c8f756 1.54 MB 3,112 5
881,282 881,282 000000000000000000027337ef29e7b8358e9f78875bd4985e304322501afc9f 1.87 MB 1,661 2
881,281 881,281 00000000000000000001b73b315149c9274e92137e034f1f5329b5ad1b6def4c 0.38 MB 729 3
881,280 881,280 00000000000000000000b6097f22ed9c6ed881a876025f582220252b8c56cdd1 2.13 MB 236 1
881,279 881,279 00000000000000000000d40af041e4b5fed38abb1dc8b059ee084266759408bc 1.76 MB 1,897 2
881,278 881,278 00000000000000000001399f9ba5ce7717145dc942771f0173bac0dcdd2f78f6 1.74 MB 3,765 3
881,277 881,277 00000000000000000001c97846883dc7b357222dab58c9556cabbe46e3a985de 1.76 MB 3,136 4
Previous 10 blocks ↓
Total Size: 724.22 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,254.55 GB sent, 83.97 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.