Memory Pool Memory Pool Refreshing

85,433 transactions
28.21 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,523 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,750 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,522 (273,635 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
575,887 575,887 0000000000000000001c5bfe4d6f6a754b88f39712a418a9b26cf0903be6aadd 1.31 MB 2,651 104
575,886 575,886 0000000000000000002939b87d0307a27066e78a1ed8b6313a614c92eae29cc7 1.23 MB 2,100 65
575,885 575,885 00000000000000000027292beb0f39676f1ba27d856f3841127aac3a52bbbe9d 1.30 MB 3,013 99
575,884 575,884 00000000000000000022c6e24101cf37a729ffffac22b23d29520e194e4c6bb0 1.24 MB 2,912 124
575,883 575,883 0000000000000000000c22f0ba05531fa4773f640d32b748d630a738ab47b28b 1.29 MB 2,023 44
575,882 575,882 00000000000000000009aba02c16d038c8d5db90a49b1c5170157182b51929f4 1.45 MB 2,524 57
575,881 575,881 000000000000000000227c152db4aa9379ef5351e015895df91ed8b2210fa585 1.43 MB 2,513 73
575,880 575,880 000000000000000000265e662c4dd2f1d461bb106a05a22e321289fcabaa4562 1.49 MB 2,301 97
575,879 575,879 00000000000000000014e7ea1c81b0daf0a9cbaadf10e8e7d1255a153d526467 1.27 MB 2,452 98
575,878 575,878 000000000000000000075ce19f1b4e9020f0fe4bb8b3c781fa10528e47b2717b 1.26 MB 2,395 77
575,877 575,877 0000000000000000000f647a505add601797d7a9c3718ebf02bd55cd2f2e4601 1.34 MB 2,984 100
575,876 575,876 00000000000000000006d3af06b198413ad370d563131f540b56b22f9ca519b1 1.26 MB 2,668 83
575,875 575,875 0000000000000000000ae46436c32f39b3a6bef02e1c7075cb0b6a76fb80ac8f 1.26 MB 2,698 101
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
Previous 10 blocks ↓
Total Size: 660.60 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 98 incoming
  • Data Transfer: 481.10 GB sent, 2.31 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.