Memory Pool Memory Pool Refreshing

61,709 transactions
32.42 vMB
Show Random Selection Loading Transactions
Max Size: 173/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,685 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,753 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,684 (143,827 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
705,857 705,857 00000000000000000009d5857c89a293ecc72119f1d9478aa5e56642050b6944 1.31 MB 2,300 15
705,856 705,856 0000000000000000000d5021494a190150bfcce5c0b5712c4736eaf4987a4f1b 1.55 MB 2,966 20
705,855 705,855 00000000000000000000406018aaf9af5ba96159fb8924ec2a0edd07aa292856 1.34 MB 2,756 27
705,854 705,854 0000000000000000000c8543cdcadba9023f1346034ba11f1797297d1e175860 1.36 MB 1,804 5
705,853 705,853 0000000000000000000047fec64e9d873bf5590507b4851219440e3ce3cda46f 1.40 MB 2,686 3
705,852 705,852 00000000000000000007984275a04336e0ba900548ac8ccbcd6a69e57546e321 1.53 MB 3,380 16
705,851 705,851 00000000000000000002ef67420e477904a137299eae621002552d99984ed890 1.73 MB 1,815 18
705,850 705,850 0000000000000000000795f13157bda73ac399bdc5db0dd07adddc0e07457863 1.43 MB 2,991 5
705,849 705,849 0000000000000000000d73a2bb19ced504e02efa917003c9fd80602eaa3b8da0 1.67 MB 2,908 8
705,848 705,848 00000000000000000006f42aa0912cff6fa99fed1946d33520eba9b3fa709b33 1.78 MB 892 18
705,847 705,847 0000000000000000000a14d0a4081a54d53dbbc640087654ef4f0d1dcf6b5a21 1.77 MB 1,861 9
705,846 705,846 00000000000000000001da3d10b4ea1114becb3d87fe0efffaa95dab70a1270d 1.58 MB 2,243 28
705,845 705,845 00000000000000000009ed7da00afd56319903f6c6c9e6f0b587c3afd835b535 1.49 MB 2,358 2
705,844 705,844 00000000000000000006ca3fc5c1ec05c80bdacdd1a0ee5442658f58714951fd 1.22 MB 1,579 7
705,843 705,843 000000000000000000069b035d163b722aa2edcd49409bb6582afb18364392f6 1.65 MB 2,090 7
705,842 705,842 0000000000000000000a3364a047fceedc02a29086fa48984ffef1d8e757f7d7 1.66 MB 1,419 9
705,841 705,841 0000000000000000000187fcb69e093dc2c636fdfc46660b488f44808681a250 1.61 MB 2,725 11
705,840 705,840 000000000000000000021d40c813effb57d6fe486e04b9e670c0c1d16c44c7c0 1.60 MB 1,789 21
705,839 705,839 00000000000000000004387b28039135c66a1680f2fdf46ac443075519003578 1.37 MB 2,869 4
705,838 705,838 00000000000000000001377d4a328222667d5e35f496e7b62318f86f21cf7c69 1.51 MB 3,140 9
705,837 705,837 00000000000000000008f0688bb9e600789bee694dda9d4f597f422a29e4af66 1.54 MB 2,946 16
Previous 10 blocks ↓
Total Size: 660.91 GB

Node Information

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