Memory Pool Memory Pool Refreshing

18,294 transactions
28.15 vMB
Show Random Selection Loading Transactions
Max Size: 159/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,659 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,646 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,658 (80,833 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
781,825 781,825 0000000000000000000050854ea249e3e4c447c54ffa7c319f4ca04c81b1843d 1.56 MB 3,973 26
781,824 781,824 000000000000000000021edc520a098d99faebad10b7f4b14a478561839f87e1 1.41 MB 2,567 34
781,823 781,823 000000000000000000010dd5df32b4c24222c8fbdd70391026ac8420de61cf9f 1.37 MB 2,404 30
781,822 781,822 000000000000000000059c7eb03442f5272a10096345ee0642cafebc1484bcc7 1.57 MB 3,285 50
781,821 781,821 00000000000000000003e445d92e7952fde63a267d24997dce8cefd49ad2111f 1.52 MB 3,399 23
781,820 781,820 000000000000000000008d4141f15cab5cf4ddd232dc46c4fa8bb4b6b502ec68 1.54 MB 3,506 33
781,819 781,819 000000000000000000041293a41cbbb40f0dd3dd3d119c3ed82272c7f6d15122 1.64 MB 3,390 27
781,818 781,818 00000000000000000001344034850b0e41ed37c896a521b42216e028b5b9c15d 1.55 MB 3,733 25
781,817 781,817 000000000000000000003e271d2dcface86ba9db3dc38000394f8e1ed2a1f157 1.42 MB 2,539 34
781,816 781,816 00000000000000000005e119ed2d5dfc9be17e592c2f457e946b8777a594c6d2 1.94 MB 2,371 10
781,815 781,815 00000000000000000000889d5f96500a659625a0501a01e78626298f115c2592 1.42 MB 2,102 15
781,814 781,814 000000000000000000028f0108a7bda977b1ea4db070fb728c123a447d5774c4 1.34 MB 2,131 21
781,813 781,813 00000000000000000005892d9edf99becd84f366ab90e9a4e25c98f5e2def957 1.49 MB 3,406 29
781,812 781,812 00000000000000000005523bde038f2ea6704e0710ebfcdfdaff4aba526dcd7d 1.63 MB 3,802 24
781,811 781,811 000000000000000000059015c30f1c5a08b538bfce19ab2b63e2a7ca080e24d6 1.55 MB 3,364 44
781,810 781,810 0000000000000000000375773b445c9082cf3dfa61afde194a45c574755edf72 1.63 MB 3,227 26
781,809 781,809 000000000000000000026b1dee32d269a7a544e3ce8aa5183c0c016d4592fd33 2.18 MB 1,961 17
781,808 781,808 0000000000000000000062eda77cd1d3768e5fcf3c9198f5f482d81248953dd8 2.16 MB 2,148 17
781,807 781,807 00000000000000000002884e88f09e99d713af9ddc7195a0f685e03d05ecaef5 2.01 MB 2,777 18
781,806 781,806 00000000000000000001d98fa9de4f2f9152e40b6721b664d3a358a5a2e28988 2.08 MB 1,952 9
781,805 781,805 00000000000000000004f08431321b2edb5cac335f925a0bf21cfd2f42601583 1.49 MB 2,667 21
Previous 10 blocks ↓
Total Size: 685.43 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,381.85 GB sent, 108.40 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.