Memory Pool Memory Pool Refreshing

81,450 transactions
29.77 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,535 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,581 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,534 (153,442 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
696,092 696,092 0000000000000000000a997fa3aabaaac4a49174ba304a02da1305627685e4e2 1.40 MB 2,738 31
696,091 696,091 0000000000000000000c3a0008eb78d967d8843d772aaae2364de5fb5475dabe 1.18 MB 618 1
696,090 696,090 00000000000000000004f5ed8f45cced0920322a3c101465b009ab1313d858cd 1.46 MB 2,715 18
696,089 696,089 0000000000000000001054d7a9d6c441e05d29115188e3f1d3bbca270cd65a58 1.47 MB 2,966 13
696,088 696,088 000000000000000000105ad060cf67d9ed89b78a0c6cbb38c5662e8f867b6f2f 1.53 MB 2,645 21
696,087 696,087 00000000000000000010049bb03fc8fbda9efa55560e5568ecbccb59d4554928 1.30 MB 1,508 7
696,086 696,086 0000000000000000000b10a26d7b41d3442cfebad2399578ac51bec1aebf38f8 1.23 MB 1,531 3
696,085 696,085 000000000000000000107f84e54cdaa09e2ecf500654210687aded8b6ba42480 1.50 MB 2,674 19
696,084 696,084 0000000000000000000a884c0bc521fa58c1ccedd91d6db5382bc7bd365c42b2 1.14 MB 1,279 2
696,083 696,083 0000000000000000000ff9cbbeb45b6614f0653e5d7bc4e5dbab064fe08c4c4e 1.53 MB 2,610 17
696,082 696,082 00000000000000000007257bb5b6f950201de562e65959fb278741c41445624d 1.43 MB 2,503 13
696,081 696,081 000000000000000000088f5152c0d2386e8c403883c3e5be3ffe9c71097b862a 1.49 MB 2,639 8
696,080 696,080 00000000000000000002da70b9164321e06269b6de21f640a9f417bda036ea52 1.42 MB 3,487 11
696,079 696,079 0000000000000000000f3c1388de78bba5af10422c874b7e878df9c5cb92d170 1.47 MB 2,965 29
696,078 696,078 000000000000000000034b732fe5016944caaf31ea22a0c5c6fac8093e662fdf 1.44 MB 3,114 12
696,077 696,077 00000000000000000004959652b9daff8cd84034a22f2d3860f4f8bfcf688cd2 1.27 MB 2,100 6
696,076 696,076 000000000000000000120435846127d2e5b59e49a28c7b5c8a16b31b5a569a1a 1.44 MB 2,445 9
696,075 696,075 0000000000000000000d62f903597db3007a089b08837f30766e69ff25adae03 1.29 MB 1,448 4
696,074 696,074 0000000000000000001001cc2e6df468a3612711d110377005fb80a3a0a28905 1.52 MB 2,562 6
696,073 696,073 0000000000000000000061ac991cf712cbba989d1faa0f19c3cf9ad3ec73cf33 1.56 MB 2,989 12
696,072 696,072 000000000000000000060a945189d19496b6005ef24aacfb9344e2502d14f6dc 1.52 MB 2,808 13
Previous 10 blocks ↓
Total Size: 660.62 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 88 incoming
  • Data Transfer: 487.26 GB sent, 2.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. Electrum Server. This is used to get information about address balances. Bitcoin Core doesn't keep track of addresses, so you need a separate database running alongside it to store address balances and activity. This information is retrieved using the Electrum protocol.

    Electrum Server is what wallets like Electrum and Sparrow Wallet use.

Limitations

There are a couple of limitations to this explorer:

So if you're looking for a more advanced explorer that offers these features, try mempool.space instead.

But if you hate beautiful websites and only want to dig around raw data quickly, this explorer should do the job.

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.