Memory Pool Memory Pool Refreshing

82,474 transactions
37.49 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,660 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,205 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,659 (419,344 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
430,315 430,315 000000000000000001186c1914029b97b47d5d26e12549f42a0dfee4713de0cd 0.22 MB 266 54
430,314 430,314 0000000000000000004bbd926a0b0b0a119383b1c2371449dab8c3d3e1aed38f 0.29 MB 370 52
430,313 430,313 000000000000000004a4de57a9e15dae4ee3dc9392a55c0c9a1a545da35fd23e 1.00 MB 538 18
430,312 430,312 0000000000000000030e298cf62b7fa6815755874947d925cd1c99b94e699174 0.98 MB 1,566 61
430,311 430,311 0000000000000000047afd8db643d8efaa8a0d58bc9ca8b09f0e3e5264e293ab 1.00 MB 2,689 66
430,310 430,310 0000000000000000007d229d0045811dacc812e267936c647fb66d9625c98831 0.23 MB 670 73
430,309 430,309 00000000000000000175c14b67d5c60fb018ca3fd46edfb9c505fd365f0cfd33 0.25 MB 619 62
430,308 430,308 00000000000000000363cf3ddca5b2e51772fc79cfe079aac06292a2830a2672 0.78 MB 1,893 62
430,307 430,307 000000000000000000b7cc6e905378aa26bea010b70f11cf27fe7ea11f88ae37 0.53 MB 1,435 64
430,306 430,306 000000000000000002aa7f766addf83f0465ef2e97635f2735acd088e470242a 0.33 MB 617 54
430,305 430,305 00000000000000000094da1a158f9946d358ce7b1c698a7ac159df2b04367050 0.99 MB 2,016 51
430,304 430,304 000000000000000002d22e11d652895cf0cbac6c6de0910f24e2ca743c95177d 0.30 MB 654 59
430,303 430,303 000000000000000004c42def841e7e32b9d427629603fce72296351dcd46e325 0.05 MB 90 49
430,302 430,302 0000000000000000014cd3951f74d2478e41ca5618e6fc79771432eea05d0688 0.98 MB 781 19
430,301 430,301 0000000000000000039e28ed921d3434e2ae01b48578835b6895a3b1de796bc8 0.33 MB 827 63
430,300 430,300 0000000000000000036631145adf1a2b4090ec17f83d7d0bbf34dfae09bcec78 0.05 MB 87 49
430,299 430,299 00000000000000000391aea1d0d20bc0e72ecd8d05a25a0ad6eed1db779b6781 1.00 MB 174 3
430,298 430,298 000000000000000003379e1c9f8d3ecbddcb994ad04514e8bccd5421c1df5840 1.00 MB 736 21
430,297 430,297 000000000000000001f73140511d2fdd3fdf51d9369e76210f2d2d3857da97b2 0.29 MB 814 64
430,296 430,296 0000000000000000025b250a8ae8804849ff8ce92f7199b1612f71dfd492497f 1.00 MB 875 26
430,295 430,295 000000000000000003088c56f861b3ae0fb18a380ed4f4250d012ef6239453ef 0.99 MB 252 10
Previous 10 blocks ↓
Total Size: 660.86 GB

Node Information

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