Memory Pool Memory Pool Refreshing

81,249 transactions
36.82 vMB
Show Random Selection Loading Transactions
Max Size: 197/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,412 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,477 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,411 (162,852 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
686,559 686,559 0000000000000000000166978f79ee283dfe6794b2613653fd49e42a897c1d19 1.42 MB 2,615 25
686,558 686,558 0000000000000000000764f2489aa73d90133fb00401f9e299760706e51c2b72 0.08 MB 206 24
686,557 686,557 0000000000000000000c72ccfbeee91819690caf7a6494edd86a3c302f02550f 1.09 MB 2,477 22
686,556 686,556 0000000000000000000968ed3755009c43b61d68436a4b2a58338829d9de4e29 0.31 MB 661 30
686,555 686,555 00000000000000000003d551eaa9fbf5a90a11a0bd6b0726d45c5e29346f12d0 0.27 MB 361 11
686,554 686,554 00000000000000000005d112d1409ae626a1f6355522f026aba5064b484902a3 1.10 MB 875 30
686,553 686,553 000000000000000000096a995b676c472f15a3c22df0619d5f488ebe3597e4a5 0.36 MB 624 26
686,552 686,552 0000000000000000000894c4e5cb0d148c8917bba27b26aa3d3d4f07ea421146 0.57 MB 1,233 21
686,551 686,551 000000000000000000000cc28306a220f2a5d9c5df314006099570e9a2798168 1.30 MB 854 13
686,550 686,550 00000000000000000007001a2505b24d6184d8e8b7e19fe61f015d706dec43e8 1.14 MB 677 9
686,549 686,549 000000000000000000000f4a949a4f7e18a8a6cf4a6ca91e3862082289d783ab 1.09 MB 864 14
686,548 686,548 00000000000000000001730c1e3d579e724aad0a3e0592013c3c1787247ad0ac 1.10 MB 2,008 27
686,547 686,547 00000000000000000004d6422707ea44bccd24f722a8a68179a348b8c2eaea2f 1.02 MB 1,814 20
686,546 686,546 0000000000000000000a5904076da93905b43df452c9fd4c242746bb86f1cc0b 1.32 MB 2,700 18
686,545 686,545 0000000000000000000c45084fbca14ecda1b8d24da770741ebcf2ea21a0f783 1.36 MB 2,539 36
686,544 686,544 0000000000000000000ac0eb4546be2f8ccf7ae75ebd207ef988d564427951b9 0.44 MB 755 26
686,543 686,543 000000000000000000030b2914bdd6bf81720be875d80590ef3a283dffd1fdd6 0.31 MB 828 27
686,542 686,542 000000000000000000081783e87d6909f6f02926c2589c8fac365b7b523da720 0.98 MB 1,844 23
686,541 686,541 000000000000000000059daf1be5ecf7b8d87e53bb37311e329437a0b322a21c 1.05 MB 2,077 27
686,540 686,540 00000000000000000003ee824f4f77f1c730e0ec7b276f539c8d0caedcb7b75a 0.60 MB 1,171 26
686,539 686,539 0000000000000000000ae40e4edd1bcd5ac674d7b567d9edbb258903ebd90bdc 0.35 MB 450 6
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 87 incoming
  • Data Transfer: 314.19 GB sent, 1.26 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.