Memory Pool Memory Pool Refreshing

47,808 transactions
21.94 vMB
Show Random Selection Loading Transactions
Max Size: 119/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,910 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 1,493 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,909 (170,011 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
702,898 702,898 00000000000000000007ec6c22986b044783b085bf69295c8a661ecb5a246ada 0.11 MB 217 8
702,897 702,897 000000000000000000098309301115e6caab0fd6f692cefe7ab2fbbba2782a11 0.11 MB 326 16
702,896 702,896 00000000000000000002f92be0f14f6c3a00c7887c4a70b0626aea947f89becc 1.51 MB 2,864 9
702,895 702,895 00000000000000000001a54df3f5ff71451e45a94cf7429cc799c7dddd5cf5f9 0.32 MB 684 27
702,894 702,894 000000000000000000008eedf5d765781adf8e0df4c9611d16870a90e5df552d 1.00 MB 1,766 6
702,893 702,893 000000000000000000034f175e4c3b99cc64e387778e8ca8be6f0f0bc33a9543 1.31 MB 1,713 9
702,892 702,892 000000000000000000088bfb33efdb023387e59ee8f313abbea4403a4382c0da 1.38 MB 2,334 10
702,891 702,891 0000000000000000000a7383d332b5524b498de30c56a33f7bbcb6fb4dbee6d1 1.49 MB 2,972 22
702,890 702,890 000000000000000000060b95b8f617037db88c678911278bc0bf096fb1a26b1a 0.49 MB 844 9
702,889 702,889 0000000000000000000df1b7ed41fb8cb4b86d2e1de69770e8a52dc440389b19 1.40 MB 2,764 4
702,888 702,888 00000000000000000004eef76d807234dfc30fa53a9478f515b9a6b583b6edc9 1.48 MB 2,849 5
702,887 702,887 00000000000000000000f84f7c0f7aa7abfa1e072ed9b019ee76212ea3c38623 1.48 MB 2,809 22
702,886 702,886 0000000000000000000ad32e40269064b827a1d4c88cffc8e8728cf724bf5598 1.42 MB 2,806 15
702,885 702,885 00000000000000000000a2b4b90c18425df6939a1fe403bcecdf66fb5ca34076 1.49 MB 2,829 10
702,884 702,884 000000000000000000078c96fc520cd4f6ceb1ca50752463122870aa709398a4 1.54 MB 2,577 2
702,883 702,883 00000000000000000007e24d2e0587bbcd8a189e76b9396bff01467c8ea659ad 1.22 MB 946 7
702,882 702,882 0000000000000000000af83173e996f8aef6d6ed8f947422ea8febbd51c36b1e 1.38 MB 1,928 13
702,881 702,881 000000000000000000098b9facdfb1ef708669f08fcf3506972a4bdaf7df9bd0 1.33 MB 2,121 11
702,880 702,880 00000000000000000002478b0c2a8569bbaebe28933060523331010666bf8804 1.38 MB 2,024 13
702,879 702,879 00000000000000000001bd46ba48e91c996fa906b7adbff98f3154da1e02cd64 1.44 MB 3,089 7
702,878 702,878 0000000000000000000591cd1a66e833cd28e0dd6fa927f217bf60dd29ed2847 1.44 MB 2,554 7
Previous 10 blocks ↓
Total Size: 704.88 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,661.22 GB sent, 243.95 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.