Memory Pool Memory Pool Refreshing

33,949 transactions
28.30 vMB
Show Random Selection Loading Transactions
Max Size: 169/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
863,272 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 4,734 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 863,271 (49,058 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
814,213 814,213 00000000000000000001bf582040b7460e8306f62425e65335cf7525914f8778 2.01 MB 1,313 8
814,212 814,212 000000000000000000012fea65da553a08ae7efd8a5342d4079f4801d1a7a5db 2.01 MB 4,430 4
814,211 814,211 00000000000000000002ed67aca6eb60a994e42b9ca45341b3415e6cc0484d78 1.74 MB 2,802 3
814,210 814,210 00000000000000000003a37fccfd1f45aa08f52b94285b2290dcb7042b0db08b 1.78 MB 4,757 10
814,209 814,209 00000000000000000002bb1616a6de74051189d3a1349286ba8d81674721ad92 1.84 MB 4,457 4
814,208 814,208 000000000000000000027bf0f13ec3bc789d2dd3593ed12fa9d86d3885f2beaa 1.77 MB 3,940 11
814,207 814,207 00000000000000000000195d94dd1a71a563b8bed5dbaed8153a8cf912f27d86 1.74 MB 3,737 13
814,206 814,206 0000000000000000000231059bf1d302be25f153b3147a5600452f15e882488f 1.50 MB 2,881 12
814,205 814,205 000000000000000000005fbaea8487594f085093bd1460697c8b5c7442e5f11b 1.52 MB 2,391 10
814,204 814,204 000000000000000000025390a9269b0b2d47e8e8b85317520e123ef9f3bea4b7 1.52 MB 4,021 32
814,203 814,203 0000000000000000000104b1fb60f65cf7492f0b6e213f63ba92ae440fabacf1 1.91 MB 4,637 6
814,202 814,202 0000000000000000000435e0fe90e3575d197088d7f097b1622bb696e77f9281 1.71 MB 3,663 11
814,201 814,201 000000000000000000003ff7d8edb15eb454d9d3afece1c332a7e4059b2ea2f9 1.74 MB 3,982 13
814,200 814,200 000000000000000000019f488f85621fdcda1cbeff50e5f95050e579b5d870a7 2.04 MB 5,348 3
814,199 814,199 00000000000000000000dabec4cb9c824a07a8d5c8315e84cee49b0238e9fd20 1.72 MB 3,859 11
814,198 814,198 0000000000000000000410f4f872cec8e1eb9670902446e87fb69e9ba8105066 1.64 MB 2,722 13
814,197 814,197 00000000000000000001237f24aa85a11c41c6af4a2aa01c9e7af486f519f2b9 1.98 MB 5,640 6
814,196 814,196 000000000000000000040f2be2529ee1166317db61734303d3a44dd6ec557240 1.57 MB 3,460 8
814,195 814,195 00000000000000000003c53a914e789d549e87f9fb085e5f7e4be0b1959df9ac 1.83 MB 3,943 10
814,194 814,194 00000000000000000003c97beca6877489b87f2bc01154aedb347986b5d01fae 1.86 MB 2,239 7
814,193 814,193 00000000000000000002f2f45a12d77593afc814b9f474107388956cab749390 1.87 MB 3,799 6
Previous 10 blocks ↓
Total Size: 686.64 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,485.34 GB sent, 115.98 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.