Memory Pool Memory Pool Refreshing

49,428 transactions
31.91 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
869,482 00000000000000000002c4e40000000000000000000000000000000000000000 1.00 vMB 3,808 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 869,481 (98,593 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
770,888 770,888 000000000000000000006dc5d5194599d6387d9b0471e8463ba4d61236dab172 1.69 MB 1,228 4
770,887 770,887 000000000000000000041fc515689120a649845b76561a6239404dce42df0290 1.51 MB 2,150 5
770,886 770,886 000000000000000000070578ea909ee9c660f610a48c96fdf76f8f5c288cdb05 1.46 MB 2,030 9
770,885 770,885 000000000000000000082d6881677c2f9fc9920c5851ba185f0993e606986ee0 1.60 MB 2,945 9
770,884 770,884 00000000000000000005e6a2ced24da4b4b4c8b8707850b13f7febac54e92348 1.58 MB 2,777 8
770,883 770,883 0000000000000000000743e2958e66d72b53005177def52f4bf3c5030951c7ab 1.58 MB 2,884 6
770,882 770,882 00000000000000000006a2c246b65163c212262cbbca7dd85a287bd27d8e0f70 1.54 MB 2,284 15
770,881 770,881 0000000000000000000671b4dab0196d55522192d0458e4389cfc076673c908a 1.54 MB 2,686 8
770,880 770,880 00000000000000000007a89fe70f337d35ac94a91fbb03f40b5a86654812f96b 1.32 MB 1,558 7
770,879 770,879 00000000000000000005db736870241256c32f04ca8c1799b2b562dfa2e23c5b 1.36 MB 1,415 13
770,878 770,878 00000000000000000000525140d12acbf2b291e9bcbedb53892e0349c7585589 1.29 MB 1,552 11
770,877 770,877 00000000000000000004d932e98f8fbb50fac4053d634dbe6e279f107c64a523 0.63 MB 1,534 10
770,876 770,876 000000000000000000082566082ab459573d5154a38f262adad28ceaa44774ab 0.64 MB 1,143 3
770,875 770,875 00000000000000000000bc07723324ac8a0f57485712fb362425d6ab7278f7ab 1.52 MB 3,540 11
770,874 770,874 00000000000000000006390cef3d416e406dc8cf89049a3277aa473c51f379d8 1.25 MB 2,611 9
770,873 770,873 00000000000000000003fcb70d7d091ae8d42711317665e9055e3ef3496648a2 1.07 MB 2,131 8
770,872 770,872 000000000000000000055a5d3012d15513cd155004cd679d879c43cc4b9666d5 0.20 MB 498 10
770,871 770,871 00000000000000000007927aaf1bfb0c9198ba8e593f10f1ced54d908d53e4f2 0.79 MB 1,275 9
770,870 770,870 0000000000000000000491f7b9ec353469cb81b325c07d48e020468759eb0022 0.99 MB 1,237 6
770,869 770,869 000000000000000000011349eb65bba20c903a3aa989e91bf71a6bbb13122d88 0.38 MB 934 10
770,868 770,868 000000000000000000056b60a2a2a59e352d5f454092e7c4969d87ce8922308a 0.29 MB 574 8
Previous 10 blocks ↓
Total Size: 698.49 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,090.40 GB sent, 200.65 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.