Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,705 00000000000000000002349e0000000000000000000000000000000000000000 0.36 vMB 1,074 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,704 (82,598 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
825,106 825,106 000000000000000000015d79f4bfbedc7ce0e25e380ed90ecfd033900116c6c4 1.74 MB 2,886 52
825,105 825,105 00000000000000000002f30227191dc7567886152e2c6febeadd4b41c4e8a682 1.60 MB 3,305 103
825,104 825,104 00000000000000000002db55e0a7e9ab4f9e4fad06cac708ee2caffb447bfcd5 1.60 MB 2,920 37
825,103 825,103 000000000000000000030681d7204bff513097523a9486b458639db0e9d15b74 1.55 MB 2,807 70
825,102 825,102 00000000000000000000f157057e15578e761dd55533825933cdade4969125e0 2.05 MB 2,600 44
825,101 825,101 00000000000000000000e0868b7fc54422d1d19b85a67d11d9722920a685392d 2.97 MB 1,516 41
825,100 825,100 00000000000000000000b66aedd4e94bd28c170014e8dcefbf7547dffd1182a6 2.98 MB 1,527 42
825,099 825,099 000000000000000000004372bd4d2248193929df889bb158df1ab591de2ba693 3.14 MB 1,185 35
825,098 825,098 000000000000000000039a711046d58943b99a34cf16f0dcf833da720105845f 2.25 MB 3,453 42
825,097 825,097 000000000000000000036807eb999e9ae531dbebccef538deafb1d24435dc249 2.66 MB 3,000 33
825,096 825,096 000000000000000000029d0e8fb1cb209e6344440bafe2dec89298f9a7b19f55 2.02 MB 3,219 52
825,095 825,095 00000000000000000001b6b4f6a922dc5769068181d9126402dbfff28bba791a 1.67 MB 2,878 44
825,094 825,094 0000000000000000000381cb4f3f85f6cfa87d63b4171634912f9e9e3365a3f0 1.67 MB 2,913 84
825,093 825,093 000000000000000000028ced11653e74501c90b19f94f7273bd5d9867f792ad5 2.14 MB 4,601 55
825,092 825,092 0000000000000000000047a49b2d2aec617bd45a6f78dce58fcf926a89230ff4 1.61 MB 2,663 51
825,091 825,091 000000000000000000009968af4d5bc3a07b4e3c18f27e856279a03f0fffdd2e 1.60 MB 3,074 63
825,090 825,090 000000000000000000039b030f67fe01db7c68d7e2054f777037cfed09e66885 1.64 MB 2,709 64
825,089 825,089 000000000000000000008b1eb4e0d6defd3550eefbe845db2286236cffaf2a55 1.46 MB 2,646 77
825,088 825,088 00000000000000000000679f41e7dcc33621931fcf86c90c72dad5db714e8b91 1.90 MB 2,908 49
825,087 825,087 0000000000000000000142920eb1df9dc1056471b73dd24038db487a702e2395 1.86 MB 3,852 54
825,086 825,086 0000000000000000000112903e08f6fe3a23830bc909c7abad972f83ed66e21d 1.80 MB 2,738 37
Previous 10 blocks ↓
Total Size: 768.99 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,616.58 GB sent, 92.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.