Memory Pool Memory Pool Refreshing

78,150 transactions
36.15 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,655 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,134 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,654 (91,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
758,129 758,129 00000000000000000006142216c06cf5e00935da8a9044e70aed17e41c2542fd 1.36 MB 1,881 5
758,128 758,128 00000000000000000004639c0c06f891c45dc2ab292d1926da0b99bf6535827f 0.20 MB 184 6
758,127 758,127 00000000000000000001526050e7ecc4809b17a491d7dc64e585035029a9bc56 0.14 MB 323 6
758,126 758,126 00000000000000000006420d499275fed8ee6e37a5e1f1b141c7b764a9e2169c 0.51 MB 929 8
758,125 758,125 00000000000000000002a0d768962d768345ea55f1991723ef8309f82fa04809 0.00 MB 18 3
758,124 758,124 00000000000000000005ab560f79f7c299fb8d63ece63f596a17de21066c5b6c 0.70 MB 1,158 6
758,123 758,123 00000000000000000005a6965b6e48a4ee77c9448cd2380b954b88cebec776e0 0.02 MB 50 7
758,122 758,122 00000000000000000003ac0311ef654bc80b0200ce904a1c2945be8c2bb5a263 1.05 MB 2,002 10
758,121 758,121 0000000000000000000548eafe1de86fa8e08f9672fef589723a3bcc386641ba 0.43 MB 489 4
758,120 758,120 00000000000000000001bb878f5980cc7adf820306998a494ab3a16882cc887d 0.01 MB 23 26
758,119 758,119 00000000000000000006e2e624ecd4a484a033ba84f2215bb6f209097d63a017 0.34 MB 337 1
758,118 758,118 00000000000000000000f124b2965b320fd34caaa6f2d4ad31db7833c97c77cb 1.61 MB 2,268 7
758,117 758,117 000000000000000000012c6cb67b97e0631d87893f4baa726cb36b801ef2281d 0.19 MB 295 5
758,116 758,116 000000000000000000076938a3bcf62384f247bf45351f354179221799245edd 0.07 MB 174 7
758,115 758,115 00000000000000000006bfcd0024684f0a76938bb22c06e73e2211601e73b3e1 0.85 MB 1,233 3
758,114 758,114 0000000000000000000240f7bd899514aaec0efbfe30bbc041fc44c9456953f2 1.47 MB 3,236 10
758,113 758,113 000000000000000000037f54c671e37c528633935eab91d0bde9a69bf1a0e1ad 0.19 MB 96 1
758,112 758,112 000000000000000000073f10959a809f78abcf3f89b1c1fc41c6e626a4220b0c 1.63 MB 1,401 5
758,111 758,111 00000000000000000000764fa8b286f2189600a0ebcbc4a3d86e4454dc01b35b 1.26 MB 1,257 6
758,110 758,110 000000000000000000042d4360cf9ff5a097cc8dc65b6ad3064fb4d0dd9d5305 0.07 MB 103 6
758,109 758,109 00000000000000000002690f8976277475ce3255b53c6090cc38ad872cf31cf0 0.06 MB 103 5
Previous 10 blocks ↓
Total Size: 660.85 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: 583.30 GB sent, 3.43 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.