Memory Pool Memory Pool Refreshing

78,871 transactions
32.51 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,722 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,970 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,721 (155,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
694,068 694,068 00000000000000000007f041812b9fb814d106bc55fd0457a69836d0fedf8618 0.87 MB 889 5
694,067 694,067 0000000000000000000a2f17bd1578fd1813856a1e8ef03d6a07c56311fb5e08 1.44 MB 1,832 6
694,066 694,066 0000000000000000000aa256e6931f4c062c8d5ffa3828de5d1c9b10245447cc 2.08 MB 1,359 5
694,065 694,065 00000000000000000003af71242e1685e3b9d6059e5da70d3b73ba3e11db71eb 1.47 MB 2,946 13
694,064 694,064 00000000000000000002eb8f779c50098033adb1df65e1ab33041d23b8916a40 1.53 MB 2,725 7
694,063 694,063 0000000000000000000f0c7878553be7d988a327a948552bebcae91cda0b776e 1.53 MB 3,056 14
694,062 694,062 0000000000000000000fc5641dffac93723728ac64e08a7f70fc873da9b96f44 1.62 MB 2,121 32
694,061 694,061 000000000000000000117c69182b6403ca705197578c87834cc5af5fd5218fca 1.31 MB 1,844 6
694,060 694,060 0000000000000000001058f939c9370fb6e648dff8b17464c8455a3b429b246a 1.12 MB 654 4
694,059 694,059 00000000000000000005bfa02fe9d22b73c866b8b12ca6100c9a91b861ff1c92 1.58 MB 2,687 10
694,058 694,058 0000000000000000000aefe80050df1f92da71830b9c0b4c5e798fcf7a0d3f69 1.57 MB 2,790 15
694,057 694,057 0000000000000000000f361835214d4374f8a4878d754197507f08a8fb4e93b9 1.95 MB 763 3
694,056 694,056 000000000000000000134edd7b1225d2d38fd8163344d56ba31839f02516300b 1.49 MB 3,166 4
694,055 694,055 0000000000000000000102bf465ca92dcae6ac3f6032c4e27918017a8aa79601 1.46 MB 2,943 15
694,054 694,054 00000000000000000010f0bdf81cef3448e22051f83abda834ba07387b0aca6c 1.44 MB 3,022 32
694,053 694,053 0000000000000000000c399de00a4762e73636b313e6c36f4d9412a812ee5656 1.63 MB 2,230 12
694,052 694,052 00000000000000000001360929f39f58e8511fc7b03814cfdd8da0e445fcc3f8 0.25 MB 638 15
694,051 694,051 00000000000000000012b2ad30c4420948964c1e6151c468ed3fc0d360d724f9 1.24 MB 2,035 11
694,050 694,050 0000000000000000000c44030e97a16688600a797b5f204d9e1a9c3e21804085 1.49 MB 2,801 11
694,049 694,049 0000000000000000000f7b0bc568114bd79cb7a86fbc3e6f3a628ed6f5168b1b 0.81 MB 1,512 11
694,048 694,048 00000000000000000010ba05508e9baa7a54a4235d7e132ad531d6b94cacdaa6 0.30 MB 629 11
Previous 10 blocks ↓
Total Size: 660.98 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: 678.15 GB sent, 3.98 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.