Memory Pool Memory Pool Refreshing

50,526 transactions
35.47 vMB
Show Random Selection Loading Transactions
Max Size: 168/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,357 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,920 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,356 (150,648 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
698,708 698,708 0000000000000000000b792c2960f6e88ada89ebef2840526fd1a4b291a3aad6 0.86 MB 1,581 4
698,707 698,707 000000000000000000008703f78b443b25e99c0b49e83974f17bb22024ffd239 1.43 MB 2,143 17
698,706 698,706 0000000000000000000d78d384c30147f7e1cea4c074bcb65d5cc06f1354435a 1.25 MB 1,275 19
698,705 698,705 0000000000000000000c527d6ff1d3aec81a84333e7cfb4207e301f1b9342119 0.41 MB 589 11
698,704 698,704 000000000000000000018a0d774b9afca63ed7506bb705884a04db37ff68eef9 0.52 MB 1,228 14
698,703 698,703 0000000000000000000ff46c25d540de63db2de05cf744a2c44046412f526163 1.44 MB 2,656 18
698,702 698,702 000000000000000000011891542e7f2360a2dce8ccff40546c83695204c421e5 0.39 MB 745 15
698,701 698,701 000000000000000000061a127b1b587f0da4afbf49e341d9d340a6230b099d89 0.51 MB 897 13
698,700 698,700 00000000000000000000f36132d888d949f51a2671655a71448e3f39ba3aca47 1.59 MB 57 1
698,699 698,699 000000000000000000064573a7bf65f283ef120ed7b0e959efb69a8b9d0b4d68 1.36 MB 2,023 10
698,698 698,698 0000000000000000000aed2b7d344342ef00a2a73abe3f5d31b84a7ae604d5b4 1.52 MB 719 2
698,697 698,697 0000000000000000000bf9137528a53ec51e2a679c0114b6fd8d2a2180014937 1.13 MB 829 4
698,696 698,696 0000000000000000000e660a922b22a6afa9a1b7d0496f2c110755055e782d0d 1.15 MB 642 3
698,695 698,695 0000000000000000000412a8c402ce68d6551dfa144e817e8cd8c1d579179ccf 1.42 MB 1,826 7
698,694 698,694 0000000000000000000a85bc55a7fdd3275d160f0f72f691af30c1f18c248fdf 1.43 MB 2,397 16
698,693 698,693 0000000000000000000dc481cd96f3a57cd26ea652ab798f1cd15fffd74a5669 1.19 MB 913 11
698,692 698,692 0000000000000000000bc8aaaa771582fe03b4485b30290e2d04586e69a94149 1.37 MB 1,738 21
698,691 698,691 00000000000000000000f8b29390a137de06e2c1cee079be9fe889e8d730d9e9 1.51 MB 2,037 18
698,690 698,690 0000000000000000000b84e630f384bc482f604242c7c53990bef849ecbc15dc 1.42 MB 2,310 7
698,689 698,689 000000000000000000010c41b7d1470c1c00835dcfbc954bf3b992fcea4da510 1.47 MB 2,499 9
698,688 698,688 0000000000000000000be42ac20064d5a4d9a5d12e767272354a10f8fc932309 1.08 MB 184 8
Previous 10 blocks ↓
Total Size: 660.29 GB

Node Information

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