Memory Pool Memory Pool Refreshing

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

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,748 00000000000000000002349e0000000000000000000000000000000000000000 0.41 vMB 1,368 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,747 (10,847 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
896,900 896,900 00000000000000000000aad9e399fdb213cf3e99bce1fe9e17d045449c85ab5a 1.00 MB 57 2
896,899 896,899 000000000000000000002c66e302b6222922784e195f97e8bb25748c52a71539 1.55 MB 2,342 2
896,898 896,898 000000000000000000014502e9c873a91dfd358176d3a7cd31cc68ed5526214f 1.54 MB 4,018 6
896,897 896,897 000000000000000000019b74f281b4022c453d21f1a63adb4c9182f0e97d0a07 1.51 MB 2,794 9
896,896 896,896 00000000000000000000f615bfbfcf3f5a3691251a161cb1dc6851a05a331425 2.41 MB 1,838 2
896,895 896,895 0000000000000000000104e360700f5bb69117869c13e877d00ebb27fb129360 3.00 MB 576 1
896,894 896,894 000000000000000000023fda5eb503f9c37e1c36d5a5faa2a239d8ced1a6904f 3.27 MB 416 1
896,893 896,893 00000000000000000002088b90edfa385095c13c1d09aec2ffb47d6381fd5400 2.60 MB 1,147 2
896,892 896,892 000000000000000000019e58c7423fcb0923fcd01fb8413110519b3c6435e65b 3.19 MB 925 2
896,891 896,891 00000000000000000001b4bbeeb6465331cc704586e3db90ff5c6b4ab7cc4133 3.06 MB 1,010 1
896,890 896,890 00000000000000000000f48b55d4cb6a385682f0d945a355bc29c56cc306ab3a 2.33 MB 1,209 1
896,889 896,889 00000000000000000001854adda9b7d39e3f39200ff215d8cfe4043df1ea6d80 1.59 MB 3,092 4
896,888 896,888 00000000000000000001b5544e117094d7e436d8c81e555c904821978c767079 1.30 MB 1,807 2
896,887 896,887 000000000000000000016bb80bd249d033d9f675ba4c4042ea25d32b18f2eafc 1.54 MB 3,949 6
896,886 896,886 00000000000000000000ac3163ef1060edc86ae07b6c4e6e626823847eccf10f 3.85 MB 366 1
896,885 896,885 00000000000000000000f51506d0ffc457b68f780ebc9f64a95e3f973ca9911d 2.14 MB 1,631 2
896,884 896,884 0000000000000000000065d438812c84d25d9556e2792bbb1060e0dcc9039fef 1.66 MB 1,460 2
896,883 896,883 00000000000000000000497f128afc7b1f76ac8f89d33c8a61438f9efec1eb90 1.54 MB 2,137 2
896,882 896,882 000000000000000000019b8c700542ed89e85d1effb6ffa0de26a899f2190eca 1.67 MB 2,537 1
896,881 896,881 000000000000000000019ca54eff86b07e702e85f77983f2a35b9e5c52086d04 1.69 MB 2,247 3
896,880 896,880 00000000000000000001ade6f98a90ade94a4b9dd8e57585e9b2bfe38e977792 1.77 MB 2,866 4
Previous 10 blocks ↓
Total Size: 769.07 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,628.06 GB sent, 93.22 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.