Memory Pool Memory Pool Refreshing

81,878 transactions
35.12 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,612 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,294 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,611 (274,118 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,493 575,493 00000000000000000021d496c9821eee8a2d384cd8427ca81b329d3e3af213a6 1.48 MB 1,927 65
575,492 575,492 000000000000000000091e954fac3355c4a5114777d02da4bdf6f57fdac33ed2 1.21 MB 2,754 110
575,491 575,491 00000000000000000019ad19bddb459c92b06230474ebcc80288288b32e67dab 1.24 MB 2,398 43
575,490 575,490 00000000000000000028358926ef402d4f2b8a5609d2d934f939a30f8bd37201 1.19 MB 2,996 101
575,489 575,489 000000000000000000152e214cd94acfd7d5fc0ad2b7b00d3e32b0dfe3dee5a0 1.08 MB 2,711 69
575,488 575,488 00000000000000000000b0ae24cb49c635bf866243de3a797fb5f942a2358981 1.17 MB 2,837 67
575,487 575,487 00000000000000000029e3a9ce76730ff6533f40046761a2d144188d89b75a1d 1.24 MB 3,015 130
575,486 575,486 00000000000000000006cd72ed792d0291b8d96c757291de706d2259ae4e69b6 1.12 MB 1,594 62
575,485 575,485 00000000000000000002d7b6fbe1162e0fa902da4cb133ee48de66c536069269 1.11 MB 846 61
575,484 575,484 000000000000000000027e28488153b08d36e6c07a6d1b0e2c216d2ddf77b4ae 1.14 MB 1,956 74
575,483 575,483 0000000000000000001a7c357e3c737d095e02e581b56a72fd9c5ec29688aefc 1.06 MB 1,175 61
575,482 575,482 00000000000000000007167a4fedd823422c1da9093f1b81a933dc64b3c80958 1.16 MB 1,974 116
575,481 575,481 000000000000000000017ae35c6d1ccf9314c4b586459c1d1bccd2a12c186c4a 1.15 MB 2,664 82
575,480 575,480 000000000000000000212d683925f61a9cf5bbee33681b4d3f92535dc3f2f986 1.20 MB 3,262 96
575,479 575,479 0000000000000000000e2416af666a6381d2286a920e9616f2746def1d412e30 1.28 MB 2,998 129
575,478 575,478 0000000000000000001b3358ce1bbef8f705232edf63235892c66cdadff9e884 1.11 MB 2,741 65
575,477 575,477 00000000000000000025a78b09ffc037685610e3729e2b62e597178372fe88b7 1.28 MB 3,243 120
575,476 575,476 000000000000000000104e0f20dd4bf60d8e4b7ba02cec0074346e4256fc6718 1.06 MB 2,779 60
575,475 575,475 000000000000000000282804ee92fc4a207db5d67070b4fb8551acceddbbe33b 1.65 MB 1,806 78
575,474 575,474 00000000000000000018ab4e60e46e05d0ccc24536ad55b6cea10039a51450b1 1.26 MB 2,844 133
575,473 575,473 0000000000000000001ca298d204f0f325d3a5b7b869df5c465846d4fa211d29 1.38 MB 3,118 109
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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