Memory Pool Memory Pool Refreshing

83,444 transactions
35.70 vMB
Show Random Selection Loading Transactions
Max Size: 196/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,610 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,604 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,609 (66,000 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
783,609 783,609 00000000000000000002f87405c9b093c7144b0aa9173d0f97b33b9c981c95ee 2.08 MB 2,242 16
783,608 783,608 0000000000000000000098e42b2e56870ff0aa97486807500c644d53fecaae3e 1.92 MB 1,367 9
783,607 783,607 00000000000000000000d1885ee6b2f6ca0132cb9f7eacf63f5b6e8ed448cb17 1.95 MB 2,876 14
783,606 783,606 00000000000000000005c63789cdae6ae43d167304d241766cfdd6be85fe0c39 1.98 MB 1,897 9
783,605 783,605 0000000000000000000285fb71c2ece2b038c8fefa5d5209836b8e642c21d611 1.60 MB 3,697 26
783,604 783,604 0000000000000000000132a97a127e72171d7d9219d4f3493814d478ff3c5aef 1.66 MB 3,118 21
783,603 783,603 00000000000000000000c429d5b283c8da6e6b47c338590a64440f0091fd45b1 1.34 MB 2,453 27
783,602 783,602 000000000000000000024072382ebc1b0f7180366732925548acdcf93f7a1d47 1.89 MB 212 3
783,601 783,601 00000000000000000003dfd248ff5da9c0b7411d0631e2591681463c9baa88e0 1.86 MB 197 3
783,600 783,600 0000000000000000000562d5a8f4b0fd12b46469016cf4e1e444a1b586efc22e 2.99 MB 1,373 4
783,599 783,599 00000000000000000000daa7d43aec9563aa1e1ee3da22d0e693dbe74f8054f5 1.78 MB 2,743 15
783,598 783,598 0000000000000000000339b9e0b8eae1f54656ec33e77d52a7d3f0e06d009a4a 1.80 MB 2,516 16
783,597 783,597 000000000000000000034fc04c88f558b9da1c4500e59a8a4304b0b9b598991b 1.43 MB 3,432 29
783,596 783,596 0000000000000000000199c5685eae74e9f16eb3f290e71b03b5ca97bb484b08 1.85 MB 763 4
783,595 783,595 0000000000000000000455d6b536d36f199b31005d4a731ef94c2b4f5ac1010c 1.93 MB 803 7
783,594 783,594 0000000000000000000290c02bd5b5d86e72b11df7da711899dc2fb78186b38b 1.80 MB 854 6
783,593 783,593 000000000000000000001f42b6fa3df9de46e6d27b9451672a2ec3714423ff13 1.77 MB 1,485 10
783,592 783,592 00000000000000000004da19fcf10805e72c74b85eb16f2a9570496d18fd6f02 1.96 MB 365 3
783,591 783,591 00000000000000000001f84383183a4fbe1af2e2fe74e64becee1adb5f80e538 1.76 MB 1,189 8
783,590 783,590 000000000000000000031651b1fd93f6c5b96494b78dda53a8670412442effb1 1.87 MB 2,081 12
783,589 783,589 00000000000000000002f58685f9d54169425a9247fbdbaab1ec5a3959100fb2 1.89 MB 2,249 14
Previous 10 blocks ↓
Total Size: 660.76 GB

Node Information

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