Memory Pool Memory Pool Refreshing

75,099 transactions
35.21 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,638 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,147 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,637 (308,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
540,964 540,964 000000000000000000000e6cdfb0691464632085bc1208c47abd096178497633 1.18 MB 2,328 38
540,963 540,963 00000000000000000004d812aa9da7b71cc8040ddc70b6746710f267d9b2d221 1.39 MB 1,827 25
540,962 540,962 00000000000000000027896ea289809263efa3c49ba07f6d5b9e82239aa44fd5 1.15 MB 1,544 27
540,961 540,961 00000000000000000000a23c458637f20d20e53bf037d31dfa103b3b464af117 1.06 MB 1,359 44
540,960 540,960 00000000000000000027f444a93547497ce933ea1353892eb555ee04ac0919a8 1.11 MB 1,578 28
540,959 540,959 00000000000000000001d4638069579085df85acceb8efae7f78c177da760bd3 1.32 MB 2,826 12
540,958 540,958 0000000000000000001474d3d2b56df49510a7007f0443aee4a04a1ff4e3d285 1.15 MB 2,056 59
540,957 540,957 0000000000000000001206d8dd000bdf373e4e55a643f8a98028cfed033b3d98 1.17 MB 1,944 20
540,956 540,956 00000000000000000015d02e121d66d44fa08d98f4340475fe0c5c7fbb13905e 1.03 MB 484 4
540,955 540,955 0000000000000000001534b65134e194d985833be7e16b32d571ef46d6109c7b 1.16 MB 2,063 14
540,954 540,954 00000000000000000023257071eeaf0f4defb8ca3d55ad4c9110f09a4332cadd 1.27 MB 3,039 8
540,953 540,953 00000000000000000008ec264470435ae75f12fc63ce11eea5285ea187f1ef88 1.14 MB 1,648 16
540,952 540,952 00000000000000000027a330635ca0203e7d5469d210fcac2d32f3e4e1a4536f 1.11 MB 1,676 19
540,951 540,951 0000000000000000001c16383ad1071e3c84045e8624b08b8c17b3751578d492 1.03 MB 829 44
540,950 540,950 0000000000000000000735267d6fb50ab017f12cf3f7c171439ffcb1d35f800c 1.02 MB 843 64
540,949 540,949 0000000000000000001fd3e1325586eada9927095ce4147d24cf8b8a67026431 1.17 MB 2,345 12
540,948 540,948 00000000000000000023cd61b87e2ea60560b3a6e1a05aa97d9985983e879bdd 1.23 MB 2,932 11
540,947 540,947 00000000000000000001f6875765d78819d430f8282d8f6db46e0ff57c93912f 1.14 MB 2,259 46
540,946 540,946 00000000000000000004f9bdcc05b70f5027ab30fa3b3d5cd97c13b3ce168202 0.28 MB 370 22
540,945 540,945 00000000000000000012ea1e855b661286ea5ab43cd54bdfc8fac06224ee24d4 1.17 MB 2,642 6
540,944 540,944 00000000000000000026c7d99fa81c4f3bb162f03cc1d924090e01411c6a06f5 0.31 MB 575 41
Previous 10 blocks ↓
Total Size: 660.82 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 105 incoming
  • Data Transfer: 574.48 GB sent, 3.27 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.