Memory Pool Memory Pool Refreshing

3,183 transactions
23.70 vMB
Show Random Selection Loading Transactions
Max Size: 96/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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
908,317 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,580 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,316 (801,131 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,185 107,185 000000000001a73b1c8a0572c6c46011412713457bcecb7315a2e739c65ea8d6 0.00 MB 4 0
107,184 107,184 00000000000085de1fbcb1471b6e8e74c80fba8b45fefc9a34a86ae061ec9a14 0.00 MB 2 0
107,183 107,183 0000000000000cf49a3863cf884c3dc0dd9270b97a4c90ab1ebc467a2901aad1 0.00 MB 10 0
107,182 107,182 000000000000ed1fe49defdf2235d1bcac4441a856aaa2a5dec96953e2c8b2e4 0.00 MB 6 0
107,181 107,181 00000000000122949b07f6d5c21a642c6ab2c8e6013ffffc48d7bfb54a3400ac 0.00 MB 6 775
107,180 107,180 000000000002687b88f9697ef2f1b0a8c7c0c6c6c1d084caae95c0e2a5a65b62 0.00 MB 3 584
107,179 107,179 00000000000078490a36fe7221191674b7d52894df6e54643e1d186c53133227 0.00 MB 7 0
107,178 107,178 000000000000bff696c75de01fd7aa0cbcc7831ba12b45fc8e0d45e3a12db1ca 0.00 MB 10 0
107,177 107,177 0000000000025d982f6f421598ae438479a1a168d76e14022f80ddb2fde005b1 0.01 MB 25 0
107,176 107,176 000000000001e17745095d0fb9b5b4534ecca3bcb598e8186de9f6cafa546ed4 0.00 MB 11 352
107,175 107,175 000000000000faa66c7a542ae2acecc8368925b9dd856d77b0c3ecc5e55032dc 0.00 MB 2 0
107,174 107,174 000000000001d55763cc11d993a61ae00f88c4838d7577319c3c0719a23070c0 0.00 MB 1 0
107,173 107,173 000000000002423fac663065a146f22105c600c03a2803b853f1250dcde62b26 0.00 MB 2 0
107,172 107,172 000000000001f59b250e1abda927667ecbce1cabae63bd9759fa317ddd2680ea 0.00 MB 4 780
107,171 107,171 0000000000015ec09fb3a49058787ebf2249793a58352f5905e813bf90b73a38 0.00 MB 1 0
107,170 107,170 0000000000001d7e6afbf19eef0fd2cbbe625fddb8704bb777588d1fb714b3d8 0.00 MB 8 0
107,169 107,169 0000000000004f6a2ff960e2c4cce22a7dacbaf2e23860f276c99505645238bb 0.00 MB 3 0
107,168 107,168 00000000000087dbf5403d2f586fe69cafb2fe752a2851fd29d1d417e1048426 0.00 MB 13 0
107,167 107,167 000000000000f171186880a1d38f18be6f95abe06bb287e179c3f33777cb90e0 0.01 MB 29 0
107,166 107,166 00000000000103dc349b70f0600ed0f2535a899df61096699d10f90a0f3175dc 0.00 MB 10 0
107,165 107,165 000000000001d3633883aedc4903dd87c2c939cf1bf98aa7cce17708600292c1 0.01 MB 15 0
Previous 10 blocks ↓
Total Size: 770.23 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,701.00 GB sent, 98.63 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.