Memory Pool Memory Pool Refreshing

9,523 transactions
17.35 vMB
Show Random Selection Loading Transactions
Max Size: 99/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
881,643 000000000000000000029a8a0000000000000000000000000000000000000000 1.00 vMB 1,304 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 881,642 (339 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
881,303 881,303 00000000000000000001cdea953ad443d0cc7d72664abca5b97126d519dc3175 1.91 MB 3,309 2
881,302 881,302 00000000000000000000a9d2e3319bbd14e343dae2e1caf63c3348e4c904d3f0 1.71 MB 3,228 5
881,301 881,301 00000000000000000001dff8806bf6627fe4a0d051a44b056d4c43faeb8afabb 1.84 MB 3,283 2
881,300 881,300 000000000000000000008f1972da41af2802b3bce73c46f791ec52033cd6582b 2.22 MB 1,837 1
881,299 881,299 00000000000000000001c598bc5653823dae6b9d8475bda3b38d4f1a3b24bd99 2.13 MB 1,813 2
881,298 881,298 00000000000000000000c616419961446640d987faf2124b94e106b890e850f5 1.77 MB 1,924 2
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
Previous 10 blocks ↓
Total Size: 721.69 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,015.24 GB sent, 71.99 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.