Memory Pool Memory Pool Refreshing

2,628 transactions
1.14 vMB
Show Random Selection Loading Transactions
Max Size: 6/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,087 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (82,667 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
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
825,085 825,085 000000000000000000024d47cb7e259097d60df59cd9309ec7e2d1728a257610 1.72 MB 2,355 57
825,084 825,084 0000000000000000000213136c9d5545241634b0247891998e1b81c98d4d1c9c 1.55 MB 3,285 92
825,083 825,083 00000000000000000001626afe21d7b09b7400c551d2f2f5f722f5a0389f8ed1 1.66 MB 2,936 60
825,082 825,082 00000000000000000002f7730f7ea1cb081e5a29c235fc09707744525446e25b 1.85 MB 3,445 37
Previous 10 blocks ↓
Total Size: 769.11 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,629.58 GB sent, 93.44 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.