Memory Pool Memory Pool Refreshing

55,498 transactions
25.45 vMB
Show Random Selection Loading Transactions
Max Size: 167/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,051 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 5,394 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,050 (63,235 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
798,815 798,815 000000000000000000032f5bb7b10d8b05c9cb489266ab0222da9ec8b1c37960 1.62 MB 3,641 7
798,814 798,814 000000000000000000052dccc88b3cad7f8d3becac29d1b7b8ea7c18a7c95b9c 1.55 MB 3,173 9
798,813 798,813 00000000000000000002c8ba45d58b060cd8ca2b9ab519a55ce020b64119e13b 1.70 MB 4,041 9
798,812 798,812 000000000000000000029785ad7f7456c6a971d1229fc0e17edae04ed5163dbd 1.41 MB 2,605 13
798,811 798,811 0000000000000000000470d85c15c4699382e35064a8097cd41448a4293eec6b 1.86 MB 4,601 9
798,810 798,810 00000000000000000000674c3054c874fcf28e2cf3ebc9a75e5bfbe27e7fce2c 1.69 MB 3,763 6
798,809 798,809 00000000000000000003e184a0a8d09427c3d934b0250f65bb655b32715824ed 1.78 MB 3,535 10
798,808 798,808 00000000000000000000bd29da3201bf9027fa68c563d0feb98799ac7a71f7c1 1.50 MB 2,482 14
798,807 798,807 00000000000000000003b9633a1e0e626f80627f5c624fc13fdd48f04f599a24 1.59 MB 3,384 10
798,806 798,806 000000000000000000027acb890d8c272978b601e6fff5d41371f59d93438664 1.46 MB 3,483 24
798,805 798,805 00000000000000000000d94434d5ec2319df6a9efaee7799eb442ae3e3b4398e 1.60 MB 3,198 16
798,804 798,804 00000000000000000003b69cdcd27377c964d927c4f1d252f92543244e39e7fe 1.90 MB 4,750 7
798,803 798,803 00000000000000000003165ffe475d4859b41f474e471ad235bc320cd438cfb7 1.88 MB 638 8
798,802 798,802 00000000000000000002ca009a7a4ce0bb05ba62cbd0f89ef1ffb79799b4a43a 1.76 MB 725 7
798,801 798,801 00000000000000000002cfb69ab99aa10120981c04121bde77506aa5b6f19f33 1.71 MB 2,268 12
798,800 798,800 0000000000000000000220a283055ee082315b8cce968a1c2de94ef8b672c644 1.42 MB 1,815 11
798,799 798,799 000000000000000000047d7f7e01e8ea4f14493d50f7f716202a2cb0647d28ec 1.43 MB 196 9
798,798 798,798 00000000000000000003916a7cc168109fed75e5b446b899a1e1253aa832af9a 1.53 MB 827 9
798,797 798,797 0000000000000000000352657c84b71d472c4a4330ecea240c701045629a9621 1.57 MB 1,507 10
798,796 798,796 000000000000000000028d5566f694c6161fb1e97ec17cde1a3e5e326d82f609 1.86 MB 4,364 8
798,795 798,795 000000000000000000044e1fc4ee7fe74a962ed2739aa9bfd124b8f526ae714d 2.03 MB 5,847 8
Previous 10 blocks ↓
Total Size: 684.25 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,331.18 GB sent, 100.10 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.