Memory Pool Memory Pool Refreshing

81,896 transactions
33.46 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,575 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 3,802 16
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,574 (273,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,874 575,874 0000000000000000000d0ea5766a89d1de164750d58f114577fcad7c3f5ff05e 1.29 MB 2,682 99
575,873 575,873 0000000000000000000a68b8a997f7d4e9d941f2d3ae175913feec3b953c2606 1.24 MB 2,636 79
575,872 575,872 0000000000000000000b7dc0c12618a874e712a222c43f3e9092dd56dc514b76 1.26 MB 2,283 92
575,871 575,871 0000000000000000000d89eae3b0a63ef9d736eaf8e99c995bae796c476d0272 1.26 MB 2,523 36
575,870 575,870 00000000000000000020f90f6d30f092790e7677df238d776d3484c302d5adc8 1.22 MB 2,383 71
575,869 575,869 00000000000000000025b3a593252556055898fc2fc7b379d71c0146be184bfd 1.35 MB 2,722 85
575,868 575,868 000000000000000000265fcea212b1661b0cd2f18fcee0f9e397289a6f12ab33 1.23 MB 2,271 118
575,867 575,867 00000000000000000016a041d3c3605501a5c337e75fa9af8d10a79b8978fadf 1.23 MB 2,556 106
575,866 575,866 0000000000000000002385019487079c3463f062fd307734db76ac24e4e233dc 1.28 MB 2,672 68
575,865 575,865 0000000000000000001c9e3f4ded367867de2c0ee3d0377c9427b7b738191d50 1.17 MB 1,890 50
575,864 575,864 0000000000000000000ea305867a95cb4c427ff52dda77658dc7c34af5bc3c0a 1.27 MB 2,421 80
575,863 575,863 0000000000000000001f49000ab22e641ea3f3b5cb57e25d7362c36c930fdc19 1.09 MB 2,560 54
575,862 575,862 000000000000000000146204700d62eecd312492fd702543db095410a0d9607c 1.28 MB 3,143 63
575,861 575,861 0000000000000000000c110d56f5c9ba602a34fde414cee6c5a97176a19cf809 1.30 MB 2,957 87
575,860 575,860 00000000000000000012a57fc6473b7878f061667908c1ea8d609bccc0ddb2ee 1.36 MB 2,997 71
575,859 575,859 00000000000000000016c3a02b4530b56e95691ac9a339b18fc1bdf4427d20e6 1.23 MB 3,081 109
575,858 575,858 00000000000000000021cbbabb12b98a81a6881e40dde0d42877ffdf27f689a8 1.37 MB 2,643 99
575,857 575,857 0000000000000000002335e6dc4e33a0ae9e031cd9b3742c3e19f5296c26334a 1.06 MB 1,042 52
575,856 575,856 000000000000000000002d1ebb163ea07ff4303ed8e1cc9137cb1bab5ab7c304 1.03 MB 848 50
575,855 575,855 000000000000000000212e10bb6b141f23ab2d4f5805ee1b7d9c765be475adc1 1.25 MB 2,886 81
575,854 575,854 00000000000000000002f1e5c2c7ee8b3b56021591aa7dcff0be83bf33f4cce9 1.23 MB 2,539 82
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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