Memory Pool Memory Pool Refreshing

59,256 transactions
30.40 vMB
Show Random Selection Loading Transactions
Max Size: 162/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,685 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,038 11
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,684 (785,723 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
63,961 63,961 0000000009d39ed318f7565e01fed21eec97cdbdf7a6405b53da0251e5d5838f 0.00 MB 2 0
63,960 63,960 000000000b60ac1abd5f4760b0c85603fba77f0e2c82241e4846ff0aafa61339 0.00 MB 1 0
63,959 63,959 000000000a3aa7b520f54e634c0cde020ced9c52dfa5b6266fc216ad63c3aac0 0.00 MB 1 0
63,958 63,958 0000000008669925e78cec9b8e86ea232f0a8f477d260a0fdb84eeb591364189 0.00 MB 1 0
63,957 63,957 000000000ad3a3419226203f50dfdc6da693fcf7387453dd2f7cc606b8f5c656 0.00 MB 1 0
63,956 63,956 000000000c3b2954b743afe4da19e9a6550441cac5e2bc08e1c15f6d209b2788 0.00 MB 1 0
63,955 63,955 000000000b4bca249df1e16dd4f9a5e91ef03f84b72dd776fadf7a10df28a085 0.00 MB 1 0
63,954 63,954 0000000002c70b82a383932d6c30befc5c25191e9543a5d835deda4e80f6e0b8 0.00 MB 1 0
63,953 63,953 0000000009fa73e829f76ed5e18f4ec28b03887cd51d7386c2661ef737580254 0.00 MB 1 0
63,952 63,952 0000000009fe1ea7cf7d0f4b720b1fa8436ec68f57377de8b0acf4cb19d666ef 0.00 MB 1 0
63,951 63,951 000000000638306cb80b274d48d591e17f82d4b7350e5b9921459f92c24aadea 0.00 MB 1 0
63,950 63,950 0000000006434fa2d80dad97d0f2131fbc1e098eaed1622bb5c665e364a5f00d 0.00 MB 2 0
63,949 63,949 00000000091b6625a5bf5f98f8a603eec619a5bc1ef2f295e76bd9094bcfe52a 0.00 MB 1 0
63,948 63,948 00000000065baddad4cf93e90e01ba3fbd0970b32f5e165653d4ebf2bf6d8493 0.00 MB 1 0
63,947 63,947 000000000310d5581db2964d6d76b0ea518867eb18cfd9fece011ba79a0f42b9 0.00 MB 1 0
63,946 63,946 0000000004e03cd16cc409933e8a99c5e8c7bdae72d9448e59aded16a7459645 0.00 MB 1 0
63,945 63,945 00000000036f2bac3033a940b185febd5472831e26b2fdda163444f582eed4d5 0.00 MB 1 0
63,944 63,944 000000000242f8f765090d052c1276b00327ec6f0113c1ebd2abfc076e6ef21c 0.00 MB 4 0
63,943 63,943 00000000083a8c1f29498e811a693f2fba25373fcebfdd938b183798ec94d71d 0.00 MB 1 0
63,942 63,942 00000000060a523035221ac0749c87271c0f44e8663b95719aaba69f4b2d6c27 0.00 MB 1 0
63,941 63,941 0000000000c93d79079fb793914c2ea7aad0136284189a4847ae4680b340fd9e 0.00 MB 3 0
Previous 10 blocks ↓
Total Size: 660.91 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: 628.44 GB sent, 3.66 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.