Memory Pool Memory Pool Refreshing

81,488 transactions
36.97 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,842 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,187 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,841 (526,128 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
323,713 323,713 00000000000000000419288624b39e914f3ee50ae4756e4020900ba8b937fc35 0.00 MB 1 0
323,712 323,712 00000000000000001cdda902a124f2c91aa0f84bb8b20363983cc3d04fd7a0bd 0.10 MB 113 23
323,711 323,711 00000000000000001da47bcc5e946ac54ac3fc12ea2ed32ead70d37e581752ed 0.44 MB 759 45
323,710 323,710 00000000000000000df6e0e4fd4da64f4bfc5192ca325c2301ecdbbd33f5c3c0 0.18 MB 303 24
323,709 323,709 0000000000000000025f5d910204d3e55c8881b83a879a3498bad766b2a37e1a 0.65 MB 820 22
323,708 323,708 00000000000000000db1b1e2a060bec4a892bd95ffc4880cff797ef8e390e631 0.75 MB 1,561 39
323,707 323,707 00000000000000001e027db158b30d931c2225b0b94000e3147762417c41d31e 0.26 MB 498 25
323,706 323,706 00000000000000001c608f96aa3400d30022acb7db77fa7d6b96ab637d850f8a 0.45 MB 550 27
323,705 323,705 00000000000000001d3e7b7e4db2dfc335dffd9825e1c9ae37950805da60e056 0.80 MB 1,010 23
323,704 323,704 000000000000000002f5445249697d046720a54297b65f0814c27043aab828f7 0.12 MB 258 40
323,703 323,703 0000000000000000122b2c914feb4542a68eae10794524b4c89ff40aec66a824 0.04 MB 99 30
323,702 323,702 00000000000000001f1ac470b3791411a43e624c801a1fecba831383672b480c 0.14 MB 227 14
323,701 323,701 000000000000000008958bccf3b5be90436d55b8f41c1b38fdb7dffcce311de7 0.21 MB 226 18
323,700 323,700 000000000000000009af97c7a738e52192548a9c0f17908bc95f6e6722a46c28 0.75 MB 1,081 22
323,699 323,699 00000000000000000db0dac4825ff08ad834e27060eb4c5bdccf11f65a2a9256 0.10 MB 256 37
323,698 323,698 0000000000000000053c53c8bd5bac29621c5fb8dc8c03807c7cce616fb9639f 0.26 MB 547 31
323,697 323,697 00000000000000001f4ae9cbb11ee9dd1726e6669e45afc047028998991dadd4 0.60 MB 1,033 29
323,696 323,696 000000000000000004f832752513b0724ca53f996e23fb36b42264109e6c71bd 0.49 MB 804 26
323,695 323,695 00000000000000001e6e8c164a58746b3f6589a955aece19eaf4242ff7c7706c 0.35 MB 432 17
323,694 323,694 00000000000000001dd975a2e15845d817fa98b1f0d2dbfb6c5ef7e86f7400a7 0.75 MB 2,007 42
323,693 323,693 00000000000000001223ca1df7d919615d518d90dd1372e57b49a0b403c1121a 0.08 MB 137 18
Previous 10 blocks ↓
Total Size: 661.21 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: 760.88 GB sent, 5.17 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.