Memory Pool Memory Pool Refreshing

1,977 transactions
2.06 vMB
Show Random Selection Loading Transactions
Max Size: 7/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,805 (258,952 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
648,853 648,853 000000000000000000048eff2a469f9c7e42f323655d0f4e2143d7211d68d460 0.81 MB 987 18
648,852 648,852 000000000000000000048c49e4097ff413ce8a03d0f9af034024b0e59f1b6e2a 1.31 MB 2,106 37
648,851 648,851 0000000000000000000882a663d6926d0a567b0e4f571cff0dcc5bfdcd640329 0.96 MB 1,896 38
648,850 648,850 000000000000000000056e89e774a4db88a8c5a3863a33cf218e42bc3642c22c 0.72 MB 1,152 36
648,849 648,849 0000000000000000000adf767b6f68dc4722f8c8a7f42d12ff514985b91ad4fb 0.97 MB 1,201 39
648,848 648,848 00000000000000000008babfeace486c65328e7d09e12050938441836e5a37e1 1.18 MB 1,539 30
648,847 648,847 000000000000000000053e25eb1b3f32515ee0dad20761a98ca2163bff445414 0.30 MB 430 41
648,846 648,846 00000000000000000008e900e152c6590d06aa97014ceb02f074b0e7dace02b4 0.87 MB 1,383 35
648,845 648,845 00000000000000000001a65f7c971f559672c91fce52cbf213ad55c5517c9028 0.33 MB 781 43
648,844 648,844 00000000000000000007e4487449b4fe908369c6ae1a72ba9205f8b75be1080b 0.77 MB 1,131 36
648,843 648,843 0000000000000000000a1e28f47d5a9d89d8c3a1e353c001929df6617e6606bb 0.15 MB 416 52
648,842 648,842 0000000000000000000538597690cf1098afb487db92e94d391fc7e3085fa9d9 0.76 MB 1,541 36
648,841 648,841 0000000000000000000faa93a2afe1da475f07f5661b26966b164b04b2ca5087 1.35 MB 2,190 26
648,840 648,840 0000000000000000000a98014d0866e2518fb18d46468ec1ea0af869699e91b3 1.33 MB 2,407 64
648,839 648,839 000000000000000000048b23ecdacf18270d8a077b5328206543c012a9be7d82 0.70 MB 1,287 16
648,838 648,838 0000000000000000000465ad6591493b8ccc721c7c415f1528e546d8e1c2332f 1.32 MB 2,183 49
648,837 648,837 0000000000000000000b69e22e12303d8bb29d3fa6ab91de9a38fdc13f7d2311 1.24 MB 2,059 40
648,836 648,836 0000000000000000000772ee0a6048cad6134c7955b462b6359866fe77a75889 0.06 MB 141 52
648,835 648,835 0000000000000000000a34fb7816747e8d0e09b535e5d07f70f60c690a64c17b 1.07 MB 1,972 40
648,834 648,834 0000000000000000000907b21a586f47e65c9325fdb28f5e722fc29521c34c38 1.31 MB 3,146 26
648,833 648,833 00000000000000000003d8c52e678132e9a813d1ee98552fddb26907a60343d4 1.29 MB 2,516 48
Previous 10 blocks ↓
Total Size: 769.17 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,633.32 GB sent, 93.79 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.