Memory Pool Memory Pool Refreshing

74,318 transactions
34.15 vMB
Show Random Selection Loading Transactions
Max Size: 181/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,632 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,969 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,631 (218,812 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
630,819 630,819 0000000000000000000ed6db1077db7d189708d335c312d2d78d2b805ec440d8 1.41 MB 2,257 130
630,818 630,818 00000000000000000010b8f2415e8888d1c62211e12f96a26898f992da2a6e4d 1.37 MB 2,101 129
630,817 630,817 0000000000000000000ab120a363a8fa8c2f9ecdaa4c09d255a4e76d6f8ff923 1.27 MB 1,911 123
630,816 630,816 000000000000000000105d259cfed9dcd2eb504cef7d0b7408daf437c8526c47 1.21 MB 2,131 80
630,815 630,815 00000000000000000010470355876a2c80ef6f1721d070b68b0a2a6bb3da3cd2 1.27 MB 2,064 123
630,814 630,814 0000000000000000000ccf36f9bca9a11a848851c00b7ed2f91f23af9b070aa5 1.33 MB 2,547 108
630,813 630,813 0000000000000000000c56550eb700a68f0e1851c0227410bd417656f60dd3a3 1.36 MB 2,566 110
630,812 630,812 0000000000000000000d0406fc6a0fab41e342d292f75e3bcaf93b605396a872 1.50 MB 2,179 165
630,811 630,811 0000000000000000000b849128c2d0db49a35d9f9875952ef325a6a319ed2ddb 1.40 MB 2,525 188
630,810 630,810 0000000000000000000b0278aeb2d242f53969c2596c201c7abeb02d5279b990 1.34 MB 2,212 120
630,809 630,809 00000000000000000002fb024f0e1e34638197488fde44a2be8269fd838d975b 1.33 MB 2,834 97
630,808 630,808 0000000000000000000252c7031c21233d270893715067573fd0387ea38e3118 1.40 MB 1,514 154
630,807 630,807 0000000000000000000128414bd254576d388665cbcf8f1fea973f0225494e69 1.41 MB 1,845 165
630,806 630,806 0000000000000000000eeecd501ef530d74cc9eebbaa99b5b491d6ecbc03e3b9 1.39 MB 2,476 174
630,805 630,805 000000000000000000036f6aed3611e7047886eace19d98dd6c6ce73bd734cc1 1.06 MB 2,283 6
630,804 630,804 00000000000000000003a17a7108c6890c3f1c2bc414214d099c4fef866df681 1.23 MB 2,249 55
630,803 630,803 0000000000000000001025ea80b9a145dc2474a340b447332d9971ebf6d3bdb9 1.37 MB 2,448 123
630,802 630,802 0000000000000000000b49d7b90d9997e1b37ed85dbe906dc53c7ef8e7ad8777 1.52 MB 1,422 146
630,801 630,801 00000000000000000010aa6d8ec8ce37baf18dd227f8e4a3c206b64251b31d5f 1.44 MB 2,662 179
630,800 630,800 00000000000000000006aa63a8c7987ceed2c830db829bbb9600b97fa50b44e8 1.44 MB 1,126 9
630,799 630,799 000000000000000000058518fd3240273378c00cefcdc590b82eb800ccb74c8c 1.45 MB 1,902 72
Previous 10 blocks ↓
Total Size: 660.81 GB

Node Information

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