Memory Pool Memory Pool Refreshing

2,367 transactions
0.71 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.70 vMB 2,328 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (322,780 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
584,931 584,931 0000000000000000001bef4598c5480729f74856c1a2dbca2a9f678c25a561e0 1.43 MB 2,001 121
584,930 584,930 000000000000000000066f41bc6d646eab31eb02ba784f9130e8ae6c8cd50f15 1.41 MB 3,170 72
584,929 584,929 0000000000000000001c0480c82efbe336b499a850103076747954d2c85f588d 1.25 MB 2,957 105
584,928 584,928 00000000000000000002d67da003d1297a4954283986f21e27ab4b59d576c901 1.25 MB 2,521 92
584,927 584,927 000000000000000000109f1107c1f36072213731c92101b1c5566926e02f2e65 1.22 MB 2,671 97
584,926 584,926 000000000000000000058377e5243bd3c26d03159397fffd6f483436391fda55 1.22 MB 2,805 62
584,925 584,925 000000000000000000062bdcf0b57567111b155ec86e489bf098d8d9d55feca8 1.25 MB 2,481 69
584,924 584,924 0000000000000000001c65576af923403204cb19d3634e92ea44fbe5b0b4f280 1.44 MB 1,477 59
584,923 584,923 00000000000000000007b01a290d7b7e87976598c80cac2c28aa264205d1455a 1.41 MB 2,327 71
584,922 584,922 0000000000000000000f13b24a9d477006d820b8df962e8f05a4579ec73fc82e 1.23 MB 3,024 100
584,921 584,921 0000000000000000000ed816cb672a4c8793a3155abf32d27c829d98327aa45b 1.32 MB 2,887 86
584,920 584,920 00000000000000000006e2b95eceb778e4fba6feb31c5890525c9e84849678d8 1.11 MB 2,662 20
584,919 584,919 000000000000000000041202ee1f4f618e4296e6466dc86c82b997af56afd062 1.36 MB 2,893 58
584,918 584,918 00000000000000000007e386a68093ec69390f08589fd32baa10b3927e490235 1.16 MB 2,209 24
584,917 584,917 0000000000000000000245e890f7550c37ff977eb047e3526a00f2f560cb5822 1.39 MB 3,102 60
584,916 584,916 00000000000000000002be4ab79f3aa55f111bf4fa0b043c8faddf63635bee93 1.24 MB 3,150 91
584,915 584,915 000000000000000000186bcca18ccf8c3f58baee024d4e4a889a8aec4a098108 1.23 MB 2,629 37
584,914 584,914 00000000000000000017aa2d315fcd1bc25233c11dedae0eb001c5ad74200fa9 1.28 MB 3,177 78
584,913 584,913 0000000000000000000fbad613d3be7cb60252f35beaf9504aaf2f0055d87102 1.25 MB 2,534 69
584,912 584,912 000000000000000000067ea2cffc54cd54bf0260c8ea30623927d8ea841bb015 1.09 MB 949 51
584,911 584,911 000000000000000000048692427d35c280613c2eb8934a6ef5dfcf9e479fa676 1.11 MB 1,632 22
Previous 10 blocks ↓
Total Size: 769.00 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.88 GB sent, 92.84 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.