Memory Pool Memory Pool Refreshing

49,072 transactions
28.85 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,709 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 5,344 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,708 (344,896 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
527,812 527,812 0000000000000000001e17ec8072027046ce32d1010aa5389868f5366bd181cd 0.03 MB 57 135
527,811 527,811 000000000000000000262f891f65da0569e1494bd221e7324d9901dbb8b37d5f 0.67 MB 1,457 24
527,810 527,810 0000000000000000002c3ef5832d341105a640ffb83dca5aec9bd9be217419bf 0.21 MB 591 21
527,809 527,809 00000000000000000026e038ac2f0a6bf38f424de74bc4eb6a85b192a5022f51 0.28 MB 746 25
527,808 527,808 00000000000000000036692c2be49a6b04051f1bc2c2be8e9791285abf6223ba 0.63 MB 1,377 19
527,807 527,807 00000000000000000014a84aa67ccdd5999ffdc263e60194b642e62c325f7ddb 0.37 MB 863 17
527,806 527,806 00000000000000000028b621fe8a8734b80d930017eb670079a1a8228786d0e1 0.26 MB 619 16
527,805 527,805 00000000000000000007ac5a3c2ff5ad4576757ff0467a8abb707d39c304b90f 0.33 MB 797 32
527,804 527,804 000000000000000000230e7f46500a0683ae6c8f5dc9fcfafdd64cf7f1b3f5a7 0.36 MB 758 88
527,803 527,803 000000000000000000290b52bddd2740ed7853e575f5f59d1d8ba51cef3a2c34 0.20 MB 516 68
527,802 527,802 0000000000000000000d511d42633f87c948a6038abc92bc47cbf667fa8bc7a5 0.20 MB 483 56
527,801 527,801 0000000000000000000382ce3068da48959d4b73fffb14f64648e7b0f2c50baa 0.21 MB 575 24
527,800 527,800 0000000000000000000a97bc34f16992167b9251aade3405f6a2fe0d4d751b5a 0.44 MB 888 31
527,799 527,799 0000000000000000001181fbf6ea1002375217be46b3dec7e5c004d8b1631285 0.39 MB 845 15
527,798 527,798 0000000000000000001c6c25fba4bf68f8bed052a4406c11c76e0013be4af161 1.05 MB 2,003 19
527,797 527,797 000000000000000000105ac47bb15735f4a6f3f96370f7fd786a3db7b2fd3874 0.26 MB 633 22
527,796 527,796 0000000000000000000f4e31e4928052fcbe6be0431b377fbcb7a666b0337b9a 0.17 MB 391 17
527,795 527,795 00000000000000000026ccba5976e83204abdb028b8a3c83bdae8007cebd468e 0.11 MB 278 18
527,794 527,794 00000000000000000004c7f03000093830acdbf392ac740fd641438d1c02c303 0.30 MB 449 19
527,793 527,793 00000000000000000002f4f73367681ca0a312b38202e627f6c22f6b4ea9ba85 0.00 MB 1 0
527,792 527,792 000000000000000000048812ebef81a32be56fb44045bfc90fd63f909efd172b 0.78 MB 1,393 18
Previous 10 blocks ↓
Total Size: 704.52 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: 2,653.07 GB sent, 241.33 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.