Memory Pool Memory Pool Refreshing

9,733 transactions
29.32 vMB
Show Random Selection Loading Transactions
Max Size: 161/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
864,175 000000000000000000032f140000000000000000000000000000000000000000 ago 1.00 vMB 3,433 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 864,174 (82 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
864,092 864,092 00000000000000000000ebc0dec5d4bad235c7b56f333b4059836f5052f09a79 1.63 MB 6,677 2
864,091 864,091 00000000000000000000445b123a1eeab4d384dc22a583f7f503ea56b6b35533 1.76 MB 3,007 4
864,090 864,090 00000000000000000000af04475c87bd3d7452ee9d4d1e76b29dc4ec9aa3ed1d 1.72 MB 6,304 2
864,089 864,089 000000000000000000007ad8e3c10cdc483a0a43452672b590884d37aec55acc 1.74 MB 4,699 2
864,088 864,088 000000000000000000030c83b053eb0ac428bf7a79da2b09275e3ed2b4adf675 1.65 MB 2,297 3
864,087 864,087 0000000000000000000181bd8a334d4568757a6b9bdba1abd3680611faefa439 1.89 MB 2,372 3
864,086 864,086 000000000000000000014d94877fba24b799b187619e889e9cc7488be85c01c7 2.01 MB 1,729 2
864,085 864,085 00000000000000000000b2c141f6987254fab98ade1959c0eb0bca830e26ffcb 1.57 MB 2,539 3
864,084 864,084 00000000000000000001ddbca6411a503d8bfe986c489184e975b17b7c145992 1.56 MB 3,535 6
864,083 864,083 000000000000000000025f957bd91d23f971f4fbaac2568ab699ee1aeb312c93 1.57 MB 3,415 19
864,082 864,082 00000000000000000000a576dfdba80896b1ef12f3882c084f5b3d9211bc3625 1.91 MB 1,818 3
864,081 864,081 000000000000000000004ad520b41a5b0c7c2495243b86ecd92ed723531903f1 1.53 MB 2,859 6
864,080 864,080 000000000000000000008e52f9e164970889cea71e95b6d187ed0ee32b7cd6fe 1.87 MB 2,396 3
864,079 864,079 00000000000000000001d71e919a6b79a5c0c24353f9c76b4f82bc685a588d2a 1.81 MB 2,814 4
864,078 864,078 0000000000000000000112f0eaf2363a9e039a99a281fe79558d50f701ffd9f4 1.69 MB 4,066 3
864,077 864,077 000000000000000000027dbf5a3846aea55d450c531a8532ffa4e52fec5711c7 1.72 MB 2,019 1
864,076 864,076 000000000000000000016615c5f5da31572aaa1e5ea8436e75d74fde141e41e1 1.79 MB 3,875 2
864,075 864,075 00000000000000000001279929ab40484d8ee3abea28aa2b3ba69d567f664baa 1.71 MB 3,608 3
864,074 864,074 000000000000000000027a67202e0dc3d6b8ab6532627cc09ddce90222ea1ec0 1.90 MB 3,263 2
864,073 864,073 00000000000000000001892e04354810a7a5139e7f56c581caf0a4175df216f1 2.16 MB 467 1
864,072 864,072 00000000000000000000c15f64627b0fcda860f32082c4fa3457ddefa9a09c85 2.21 MB 946 3
Previous 10 blocks ↓
Total Size: 688.37 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,624.38 GB sent, 127.24 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.