Memory Pool Memory Pool Refreshing

58,615 transactions
34.51 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,887 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 7,762 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,886 (521,228 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
328,658 328,658 000000000000000017244ae55e26f7f33e2e29e5c7bcbcfed7e1d691afdf1a1e 0.50 MB 847 25
328,657 328,657 0000000000000000068772304f473c30392b470d6b3afcc2fbccd13ee58689ca 0.25 MB 763 46
328,656 328,656 0000000000000000001436c6d5f9118a6a2f00087629dbf6fac3e5cd9672f0b6 0.57 MB 1,199 30
328,655 328,655 0000000000000000009cc28fdf5919a73d4e04e6048d1063ef7cdd24dfab49d3 0.46 MB 924 27
328,654 328,654 0000000000000000167675e756c2b80f3a3661d1e5f89a1943e3255d6cc9e8cc 0.13 MB 175 21
328,653 328,653 00000000000000001b04f01295830eddc4e2c710478233b755e928217caf3cdf 0.28 MB 495 28
328,652 328,652 0000000000000000011a2518dbcd3c3acc2a755bec60f3c108c152c386c710f0 0.41 MB 623 25
328,651 328,651 000000000000000001a00a75d055991dc8ef98f6eb84d17c785f737c1174fa8b 0.23 MB 84 12
328,650 328,650 000000000000000009b92ff3dfaf9ef04731aa21d3312076c4a81d7ecec3f724 0.24 MB 512 33
328,649 328,649 000000000000000006f9157312e5fae545803ea6a547ff62e9ab0f6d1f65e506 0.13 MB 158 21
328,648 328,648 00000000000000001a47b4a7b6ae09c8aabe3e609e2fb549fb10269720fe1b45 0.31 MB 587 28
328,647 328,647 00000000000000001ba36c15ff4ab17d3a5f50253e256810f82d026c4c95b8fa 0.17 MB 402 32
328,646 328,646 00000000000000000423db9503f0bcafbebdebf356b6b3d4dda1d4ef2fb651d9 0.03 MB 52 22
328,645 328,645 000000000000000007fd18d81d6b5f830fbc0d89bfff16e8edded82d1297933a 0.11 MB 168 18
328,644 328,644 00000000000000001771ec6511ecff3bace214a9e594c65c8df7f07b1b156aac 0.47 MB 823 26
328,643 328,643 00000000000000000280a67b9a5aa5b8a8618bac5f91ea6e3440c030a47b2ae9 0.60 MB 885 23
328,642 328,642 000000000000000011546b33e1a5af03835d9c221f6845eaf69e851b3fbe2e7e 0.10 MB 191 30
328,641 328,641 00000000000000001a2a4960bf4a942d6ee3c5fc8a0339849dd2a46559339878 0.00 MB 1 0
328,640 328,640 00000000000000000c3922766ca0ae03221038fdf05471840a1eac2241ebddeb 0.29 MB 444 24
328,639 328,639 000000000000000013059752ffe5f19dbbe8a79204f341a77bc589849efe2001 0.16 MB 265 23
328,638 328,638 000000000000000001a36cd06a4d554d4567fe086c805f577c1b8f6b835b4014 0.11 MB 217 23
Previous 10 blocks ↓
Total Size: 661.29 GB

Node Information

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