Memory Pool Memory Pool Refreshing

21,263 transactions
35.39 vMB
Show Random Selection Loading Transactions
Max Size: 193/200 MB

Candidate Block Candidate Block Refreshing

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

Blockchain Blockchain Refreshing

Tip: 862,121 (556,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
305,966 305,966 00000000000000000a94cd53c34e2cdfd2b7eab95e7b2d948e5ad200d863bcd4 0.17 MB 196 35
305,965 305,965 000000000000000014982028ff706f1d237d664a2a2b227f7aba4391c3872362 0.25 MB 191 16
305,964 305,964 000000000000000030f71140130a978b6dd73987536bacc7a0a471aacbcb4586 0.35 MB 542 31
305,963 305,963 000000000000000046e314010a52d9f3ea1d462bc2cb8bd54bb7d9e825d6d93d 0.08 MB 122 24
305,962 305,962 0000000000000000457b8773ba1226acf1ec18f8a70c86d86e86b99c049e4eaf 0.03 MB 60 24
305,961 305,961 0000000000000000075e3f7b59f10daa54c9c91b0c8e568cbbba103c03a8af85 0.22 MB 344 24
305,960 305,960 00000000000000002d5a0b92d7564603269c0e298d7df959c5ac7f83bf12fc7e 0.67 MB 300 12
305,959 305,959 00000000000000000c3401b35829d70709f4446445feaacd766cdd04f68ad2d1 0.88 MB 652 20
305,958 305,958 000000000000000052cef70fb823219e62a25b84745c4621a04301c279b2764e 0.18 MB 512 43
305,957 305,957 000000000000000024e86a19a321efe5138deb6e6109804fe873207ad3cf336e 0.50 MB 508 27
305,956 305,956 00000000000000003cf6f49a5a7b2294869bfc259badccf71609df653b3b739e 0.35 MB 980 39
305,955 305,955 00000000000000002e1709837bad09df7690069179a6792371fc4e5bb01ba724 0.23 MB 417 26
305,954 305,954 00000000000000002c9a4662e99a8f3fc7668e9ed435bee6ecaa8269a5fc6fd0 0.01 MB 8 26
305,953 305,953 000000000000000059823095f96a1da02b568961bf366107150fd9d0df3a55ec 0.11 MB 165 26
305,952 305,952 0000000000000000380a56e7486a8c965ce5f6884a79d68f4e3a37b22dd19239 0.21 MB 412 29
305,951 305,951 000000000000000021c3cdeaf2955bf52540952a9aaf9e7f46dbd1d6af1b4978 0.33 MB 668 35
305,950 305,950 0000000000000000032befc625ad647767498d4ff0ce1a08b0d7651c5a8039ce 0.03 MB 72 35
305,949 305,949 0000000000000000256cc32e9df66707428cc8d12e3ef425f63f851cb90970ae 0.02 MB 28 20
305,948 305,948 000000000000000010f50579219109176080e4399814435cedb9c7536b5787b2 0.04 MB 64 14
305,947 305,947 00000000000000000cce4ec96cbdba0918a9e7f6289cb322c111a3500ad2141b 0.22 MB 200 15
305,946 305,946 000000000000000011db25403dfa424bbc62224953c9a1703bfb464ee111494b 0.25 MB 681 45
Previous 10 blocks ↓
Total Size: 684.40 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.83 GB sent, 100.92 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.