Memory Pool Memory Pool Refreshing

75,285 transactions
33.73 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
844,602 00000000000000000003629a0000000000000000000000000000000000000000 1.00 vMB 6,129 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 844,601 (743,552 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
101,049 101,049 000000000002a2b447c89454a6d5ceae629de2bed4f642e0376179c0434bec5d 0.00 MB 2 0
101,048 101,048 00000000000079a84c5b24fecf08352a08b9499063f665c303e9580874eae3f2 0.00 MB 1 0
101,047 101,047 000000000003ac828a177085bf54d65d4803cf44b323da92d0d3e6e34b10ce39 0.00 MB 2 0
101,046 101,046 0000000000025dd2f0834baa91a16e1278dcd6f1fdeb56b1f9423d82139f9b4e 0.00 MB 1 0
101,045 101,045 000000000001a076c17a588f207f32776a5a7024355604db9103092138caa4f5 0.00 MB 4 0
101,044 101,044 0000000000007d9fa0c4f88cbd0a1869853d1003913bba74dc9b2ed6e1bb8911 0.00 MB 11 0
101,043 101,043 000000000003ea530e4e8e6075a4008d24ef0e4c551ee173ba5a6492bbe1a072 0.00 MB 1 0
101,042 101,042 00000000000051a5def327f6193ebbd6954b1d4e0e59607f509e97de033d0831 0.00 MB 1 0
101,041 101,041 0000000000008eafc23a591eb606efe842c9b5f4274b97c9a8dee6928a694b04 0.00 MB 18 0
101,040 101,040 00000000000197361622c2cf6731cb5c654b939021712041737f14976cf32c98 0.00 MB 11 0
101,039 101,039 000000000001d6fcfe7447070d6063472cf1c1e29d729e7fe16993eed14716f8 0.00 MB 4 0
101,038 101,038 000000000002386ebd3fd2263d82bdb64cede63484f8ad6162d98cf1dbafe104 0.00 MB 3 0
101,037 101,037 000000000001340a768551192075155ea98203f9fa70c7a449f626c1283d4b71 0.00 MB 4 0
101,036 101,036 00000000000207665c5f8af1a0a9885618a4fbafcc75401b5b9e1adba99d6002 0.00 MB 4 0
101,035 101,035 0000000000030dfa153b5170be0a80910836da33d0671bd3ea5decc8d8e3e9f4 0.00 MB 3 0
101,034 101,034 000000000000c1852e36a6f4b64bba8820021aef19172ba3db56fd6744a9382e 0.00 MB 1 0
101,033 101,033 0000000000002ac7cdb997f192e7885330cbe1ae6cb265604412f2ee9af758d8 0.00 MB 5 0
101,032 101,032 000000000001adb25f5bdbfd3c6fdc6e0fe2a7c7984559cdd377b844f4631a37 0.00 MB 1 0
101,031 101,031 0000000000036ddc686149f4fdd0cd38e1d93b953d906e987994b686bc099d6f 0.00 MB 1 0
101,030 101,030 00000000000257c732813ecabfd78c59a4661ebead98d0dd0516704cc49f6b91 0.00 MB 8 0
101,029 101,029 0000000000012b5ec7128f92aabff59e0a6af1b58f80f52faf60771993bf6a11 0.00 MB 7 0
Previous 10 blocks ↓
Total Size: 651.65 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 9,144.71 GB sent, 69.79 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.