Memory Pool Memory Pool Refreshing

80,540 transactions
37.12 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,821 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,701 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,820 (553,949 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
295,871 295,871 00000000000000003983bb16535f1ce0251e60d1dec4f337cda75d8d8d443756 0.19 MB 512 70
295,870 295,870 000000000000000011d27df83ed2b690f275e83082d421a58346088e0ba4d8be 0.25 MB 619 49
295,869 295,869 00000000000000004d775c4417aeeb9406dfd0de620e7b349e2c2749f1e19d8c 0.13 MB 191 21
295,868 295,868 000000000000000001153e9bd137b8461695ce015c2e751ae08cc94985dec3e2 0.10 MB 256 42
295,867 295,867 0000000000000000482422af38146a8fad5ec3da56f33bbecfb0022587951c69 0.08 MB 145 30
295,866 295,866 000000000000000099286ec26ea6d65de68782d12e888fd366c21bc32a0445b1 0.71 MB 580 16
295,865 295,865 000000000000000023d273c349c77ed40182d94f051948ac960f8049d6974a12 0.13 MB 256 38
295,864 295,864 000000000000000078bc0069d3050bd4391ef95f24c1c273fdf5119a55bc9933 0.35 MB 946 59
295,863 295,863 00000000000000000e9ca6f60c1244fcb27a6f458dbf79a81c9c19994ead888b 0.35 MB 900 68
295,862 295,862 000000000000000020db8f6131ceb6c03c4dacf5bb76538650c8bb0ef1118cf3 0.25 MB 452 46
295,861 295,861 0000000000000000b2e33f75b4f966e08c81b32e9537db96a943c0b9a0bf37bb 0.14 MB 253 28
295,860 295,860 0000000000000000879ccc62286d91addf04008cc55dc42207796be4c12bfd1c 0.20 MB 238 27
295,859 295,859 000000000000000094cff9b63cf4faa4e0695ab810ce9806a93d89d817dab798 0.02 MB 49 19
295,858 295,858 0000000000000000279ab6b468bb2d33394f2ba8dbf61fb6dbea1af14afba85a 0.35 MB 610 37
295,857 295,857 00000000000000004b64bc4235bdea4de415b8577636e6b3684b5ad95167aeec 0.20 MB 314 37
295,856 295,856 000000000000000083a2e9b0fc72bad512fbc2597c33a141404c60006ef53573 0.15 MB 262 31
295,855 295,855 00000000000000006dc16514feefd8d4316b7c04d390fdd37861c4566fdce684 0.28 MB 392 34
295,854 295,854 000000000000000049908644500079304b5d24514c5d3f44f1f5465b20378a57 0.04 MB 64 22
295,853 295,853 00000000000000005b6360cc857473d1501a28f24e6d9abaa10f4c7a6d43da80 0.25 MB 591 71
295,852 295,852 000000000000000017be3447e316cbfc17ee177ade26968777bdb51c0a8865fe 0.16 MB 255 29
295,851 295,851 0000000000000000144143973b8271f86fe30c4be0245565270cb6f1aba8c146 0.33 MB 514 36
Previous 10 blocks ↓
Total Size: 661.17 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: 751.04 GB sent, 5.00 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.