Memory Pool Memory Pool Refreshing

64,781 transactions
27.68 vMB
Show Random Selection Loading Transactions
Max Size: 151/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,736 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 4,899 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,735 (71,807 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
777,928 777,928 00000000000000000006cd8f37660ebe53c0d582b1be1f37c1aa32d4d90ef9c5 2.19 MB 1,206 7
777,927 777,927 000000000000000000019aef3a8fb99fd2487fcb0e0c88fb40778a97e3dbb1ac 1.75 MB 2,309 11
777,926 777,926 0000000000000000000436a430222ee553d9898c8f7f113f337372f6df2d0bb2 3.41 MB 714 3
777,925 777,925 00000000000000000005cbd091c3a153f2bcd918f9d08306a76c0ca93c105f8b 3.71 MB 166 1
777,924 777,924 000000000000000000033d0f15e488c5205370c9ded96f3fdb40ac65238db6ad 1.52 MB 2,038 11
777,923 777,923 0000000000000000000559b6d6e4f6e0b023f989b9049762f40a3efe622832e1 2.56 MB 874 4
777,922 777,922 000000000000000000043a08e446a1493a97472fe2f110d8479b7107584b8ec5 3.75 MB 371 1
777,921 777,921 00000000000000000004d9729560ddab94371c2d357d9b6e9eb9bdcccd7ef6ba 3.79 MB 372 1
777,920 777,920 00000000000000000002bd51f8197b30b21799f42ac7bd305a5114c486bc6699 3.86 MB 264 1
777,919 777,919 0000000000000000000194297149fa2e2a5a8003335ec1f05bd5826e49286203 3.32 MB 939 4
777,918 777,918 00000000000000000005260d63755c13802609649b30886a021edc108f724294 3.31 MB 472 2
777,917 777,917 00000000000000000006fbb21e6bf1d0d2e38337c0b2f605ecdcebda141ef92a 2.64 MB 492 2
777,916 777,916 00000000000000000005e9d7aa6c626998f9d2098e116f815f73d0136fc77841 1.47 MB 2,465 15
777,915 777,915 00000000000000000001c081557c37fcdd1fd10b1f83dfd7573fec41f1f55721 1.94 MB 346 2
777,914 777,914 0000000000000000000058c0c111da75cecdc5a85b23df9126df1c8c7e71ca31 2.11 MB 613 3
777,913 777,913 00000000000000000004076c7f4db67f2c42781578ae8baf1d85b434d8bad968 1.77 MB 2,607 6
777,912 777,912 0000000000000000000260b5d1e0e17f0ce13e0ff6e1915dcfb6d305ae6cc2e5 1.29 MB 1,702 17
777,911 777,911 00000000000000000005747cb9104fcb1b85bd65c45d5966136d1d85466231e9 1.34 MB 2,250 20
777,910 777,910 000000000000000000037d002b316af294f61e1a2103ac33591086332a3ce50d 1.15 MB 1,375 19
777,909 777,909 000000000000000000028b70ce7f7e3eeca2f32d5b71d30aaff04417ebe17f67 1.95 MB 294 2
777,908 777,908 00000000000000000004fc83abdf4d5307ae6ebb7529524c5a427904b1714ce3 1.76 MB 1,545 8
Previous 10 blocks ↓
Total Size: 661.01 GB

Node Information

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