Memory Pool Memory Pool Refreshing

6,290 transactions
2.39 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (789,771 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,928 117,928 000000000000586e6c072dd37b07b2c7d3fab168eaee75e62c5124212b19a04b 0.00 MB 10 414
117,927 117,927 000000000000426a68ade7c8f5525fe677b53eba9fe86b5d1d52dc3119c81b6f 0.00 MB 12 0
117,926 117,926 0000000000000c35faff34ce913d6028526ac791054a5b89c9b9ef1dab5f6127 0.01 MB 26 622
117,925 117,925 000000000000a63acb0e9807ab7e473510fc18e709c08613f86506f1126c7dd1 0.00 MB 9 200
117,924 117,924 0000000000001db9715cf38b42b2a0f7d4c459369e14b65a2a79f3146ed70f17 0.00 MB 9 317
117,923 117,923 000000000000b2a4e44929cbd99812f3c3c8c8fc30a3f2c0ebf9bfef45663942 0.00 MB 10 0
117,922 117,922 00000000000059322ad7a346cd195b20274c57df17fb4310634d36895327f17f 0.00 MB 9 244
117,921 117,921 0000000000005e738c3146975cdb0cf07f85dd60f18b6e9f66270250bdb21645 0.00 MB 7 0
117,920 117,920 0000000000008a6e86448b4c0c0d3544a32a2cc0bcbca7f6fc38831f9be3f539 0.00 MB 13 308
117,919 117,919 0000000000009e01b2d28c285260afbdf1ced56177569968fe14afba1439457a 0.02 MB 22 377
117,918 117,918 000000000000433792b752d2f993adecfd1d2e0cf11fe5e326194433f279d210 0.00 MB 11 1,453
117,917 117,917 00000000000030168b2467d7be6c00e94056866bb25c5cd0e76320a6ccfdd9e4 0.00 MB 11 273
117,916 117,916 000000000000c65633df8ef9c9791d94462678ee82845665ff576f8cc0b079fe 0.01 MB 19 429
117,915 117,915 00000000000070a0abe7ff2748a418f2c6592b13a6803a4bcadaa5f260a613eb 0.00 MB 13 543
117,914 117,914 0000000000003efc76b98b6fb946883d24c9fa4f870d1b7396acb11c449abb41 0.01 MB 13 265
117,913 117,913 00000000000024fe4f45307e6c9f4ca9a11090452a6aedbe3ae0d19a32a48bca 0.01 MB 17 379
117,912 117,912 000000000000bacd8bd5744630f7065aec78bb8f3729a6bc95c82374878934ff 0.00 MB 11 0
117,911 117,911 0000000000004cb8cbf933dc36962f61783f16881d115ae04ff64febec73c7e0 0.00 MB 9 0
117,910 117,910 0000000000004224a495b448ad552bd3f69ae85f4c87a4ff3576fd67b372033a 0.00 MB 11 0
117,909 117,909 00000000000055918968f0de5d72fffe52aa8f5361760f04a199c291a25b5b0f 0.00 MB 1 0
117,908 117,908 000000000000c7c99720983d768a570310f1726ff252313b525f2f7cded94467 0.00 MB 7 215
Previous 10 blocks ↓
Total Size: 768.98 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.51 GB sent, 92.74 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.