Memory Pool Memory Pool Refreshing

1,911 transactions
0.65 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,856 (634,994 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
272,862 272,862 0000000000000000707ed51f1beed8225016fb690f1eba1421a099005efcaffb 0.10 MB 177 40
272,861 272,861 0000000000000001e738c6927ba989593319d073a93808de30efffa2bd063d8c 0.34 MB 856 86
272,860 272,860 00000000000000006ab2c02e3732ba8442f00f24f4052c46989986fb6373d847 0.14 MB 310 46
272,859 272,859 00000000000000053f69bc159a92ea96f6deca1c3392a9b7e55fba9de1d0794f 0.17 MB 419 66
272,858 272,858 000000000000000346865f6922924cfd73dd7eabed2ec89b391214bbea060662 0.06 MB 140 47
272,857 272,857 00000000000000048a7b11f71c6ee2926bb2b91e5e20fd953446f7f2be18fb2d 0.13 MB 194 22
272,856 272,856 0000000000000005bbb94f7614ed0d33c74d6af98d7105f58b2da6774c2f75c8 0.11 MB 128 19
272,855 272,855 0000000000000000c4b076e29d1c3d090513a0aa2a451cb3218b90091b3a2cdb 0.25 MB 520 48
272,854 272,854 000000000000000292a87e43463f0b843c07ddfa603622f739296a917aebc3da 0.25 MB 761 74
272,853 272,853 000000000000000223377e3c7348ed160a7bb35781e7aa5c76fd44b48bec2ba9 0.16 MB 384 49
272,852 272,852 00000000000000025c8f577f7a1aebecb5ff1b9325fab7cc4541915f5eebda31 0.04 MB 91 60
272,851 272,851 00000000000000002cde2965a2a6c0dafca8d3b032a99d3b5b636cd4f91ebd52 0.14 MB 354 57
272,850 272,850 000000000000000292ac6dfc9614cbc279d2c8c464932b8bd986b286504df091 0.11 MB 223 32
272,849 272,849 00000000000000012d9480ee6e72d0d69fedc8f9c1e01b520fd4bcdff35b9602 0.16 MB 329 50
272,848 272,848 000000000000000210656d02d75250fcbf0e798e87ae0c456708cc83cf1d85dc 0.39 MB 924 54
272,847 272,847 0000000000000005cc91fa0fdeb228e598ad00b62bba85cfc39bd6cf48d89bbd 0.08 MB 148 43
272,846 272,846 0000000000000005ae71012dc11a3ef3462c537f0e6527aaae9218b9862fd2c1 0.19 MB 397 43
272,845 272,845 0000000000000001ea3a794c3113544648e08cc807b75482dfd76b1551c60681 0.01 MB 16 27
272,844 272,844 0000000000000005e5670b1e28bb3ba719f20d59b592111b54e5bbdb62c05a5a 0.12 MB 289 41
272,843 272,843 000000000000000278be80f8ae3c312538deb1915204355e7e8d06dc478585d9 0.02 MB 64 15
272,842 272,842 00000000000000017d65b51a804cd5153ce084d7de34197e8256d18e062224a1 0.12 MB 229 32
Previous 10 blocks ↓
Total Size: 769.27 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,635.38 GB sent, 94.27 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.