Memory Pool Memory Pool Refreshing

23,533 transactions
36.51 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,120 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 1,966 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,119 (62,192 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
799,927 799,927 00000000000000000004fd51d9000173e7e43b3c311b2eeb5d2e2262c16c33bb 1.97 MB 5,770 6
799,926 799,926 000000000000000000043516bd83f364cd011d4ae8d09ab683dcb1977cd741ab 1.83 MB 4,765 12
799,925 799,925 00000000000000000000756ddc85a89fd70d9c5fe5491058980c404f3760d07b 1.72 MB 3,511 13
799,924 799,924 000000000000000000029b10bcb0e0d753b69e21ca3693aa6af88d1a93f98cd8 1.32 MB 2,146 27
799,923 799,923 0000000000000000000247d20134186d64747b8c60135d406a80613669058f3f 1.55 MB 2,137 8
799,922 799,922 00000000000000000001c34541c90a9ba3f18fca58b12a83fb180f4a950c6c35 1.58 MB 3,408 34
799,921 799,921 00000000000000000000e894a81d195fd1eb5460c87e334a81761a331980a76f 2.07 MB 4,775 12
799,920 799,920 0000000000000000000195d360d9479db6998a781a4c07d67a2633796c22cbf3 1.78 MB 3,223 11
799,919 799,919 00000000000000000000e8ec61a382623d01659004e28ac271a89188074f38e9 1.43 MB 2,110 23
799,918 799,918 000000000000000000014fde70c74aa2c39d64fe4ef8936eac3aef1b6f723528 1.54 MB 2,390 10
799,917 799,917 000000000000000000018a7436d0e6f4666120b8049d3923cd6bc318e60b180d 1.58 MB 3,338 28
799,916 799,916 00000000000000000001acae68abcef4f9b092d5f28f9ba01f0fdc816c351630 2.05 MB 5,461 11
799,915 799,915 00000000000000000003acab8bdf81b218855dbcb51c88191f9246f1d27c2a9c 1.80 MB 4,263 6
799,914 799,914 00000000000000000004d05ed208c2f9bf038399fa2099d7d23580c168c3cad4 1.57 MB 3,406 23
799,913 799,913 000000000000000000009b48061fe1b12f94ab54e71b289c5db97e0e5fd41874 1.95 MB 5,553 6
799,912 799,912 0000000000000000000471bb7d82519ed54ecd5758d5622d62ac9dc0fe816949 1.58 MB 3,221 17
799,911 799,911 0000000000000000000441de2f8605a060a5a47270ffb4416be1603284e5e862 1.95 MB 5,408 8
799,910 799,910 00000000000000000000896b25f319ca079e534d31bb4dfee85e9de5e87391df 1.78 MB 4,304 11
799,909 799,909 00000000000000000001c78d3d611cfbef704a91a141a685d9c9f0bbcba7f8a3 1.91 MB 4,686 7
799,908 799,908 0000000000000000000123eb5b017a2855a59679eec28af99348f19c3d444ff9 1.79 MB 4,072 17
799,907 799,907 000000000000000000006d4c8ab02af7ac11820cf59f6dc1e9790199a2f02c10 1.88 MB 3,715 25
Previous 10 blocks ↓
Total Size: 684.39 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,338.79 GB sent, 100.90 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.