Memory Pool Memory Pool Refreshing

55,907 transactions
35.98 vMB
Show Random Selection Loading Transactions
Max Size: 170/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,867 000000000000000000038a6d0000000000000000000000000000000000000000 ago 1.00 vMB 3,975 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,866 (82,750 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
768,116 768,116 00000000000000000000c367a0188e19093da59a16fcda32f420a1b681b570cf 1.58 MB 3,287 21
768,115 768,115 000000000000000000055338e7b5e8c122684f33e68a3da8ff39209a36b46736 1.49 MB 2,886 29
768,114 768,114 00000000000000000000b6815a1e217bc3121e26ce472b38a99b3be7e1f2b55c 1.41 MB 1,872 11
768,113 768,113 00000000000000000000ce5fc2a036ea6ceb1c60eea6fc2136d1ba29bdda2c66 1.53 MB 3,492 21
768,112 768,112 00000000000000000002364d8bbb4db5faeb8883667ca5045f9ef1a240c9e3fe 1.49 MB 3,434 29
768,111 768,111 00000000000000000001393959e9569c75ef61786113e9be7dcc01fdc5f24109 1.51 MB 3,272 16
768,110 768,110 00000000000000000002a4af3b18449c339220e8ef6fc9e12d9ca1d0628d41b5 1.39 MB 2,923 27
768,109 768,109 000000000000000000046f9afb1160bd90e0bef0a0d9a90337de7c6825ada6d7 1.24 MB 1,285 15
768,108 768,108 0000000000000000000643c44beafcfae6a357ef48df9bbd14355eca728ad5e5 1.49 MB 3,352 25
768,107 768,107 00000000000000000000103acbeacc5547ac17d8afa46f01826ace978f6d2bb4 1.57 MB 2,228 18
768,106 768,106 00000000000000000000d24aecfb850fc744961ae3d2b84aa410097f7e707fde 1.55 MB 1,774 9
768,105 768,105 00000000000000000001c53f20422aa21f62c2d125c9c667a3fd790b6753bcff 1.50 MB 3,116 21
768,104 768,104 00000000000000000002e296a588ae65d865dc7c11cf8930c019b9153c982cf1 1.65 MB 2,717 11
768,103 768,103 000000000000000000078ba56013cddd984378e008238edd3df983f5141fc341 1.36 MB 2,094 15
768,102 768,102 00000000000000000001f04117976b81974c2444d71509d9b6304611bc260ec1 1.63 MB 3,299 14
768,101 768,101 000000000000000000066165278b35d543b09936b82a7874f100ad4a5258b607 1.51 MB 3,706 26
768,100 768,100 000000000000000000040e74e6c3f8b04070c4b1ea64460f0b3086d77c970f4d 1.56 MB 3,443 20
768,099 768,099 00000000000000000006e5b5f64a5b13b2e83e1fd5936dbb7090cd9477220099 1.37 MB 3,015 27
768,098 768,098 00000000000000000007e00b3b731b40333d55dd923682b4f6b09b9b6d7911a1 1.47 MB 3,410 35
768,097 768,097 00000000000000000000723e59c4b50fea7cac68f47854f11cdb703ae579dbe4 1.57 MB 3,008 31
768,096 768,096 00000000000000000004e0784e32fc507c19cffef55341b72e436a3ce084e866 0.77 MB 1,438 14
Previous 10 blocks ↓
Total Size: 663.13 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: 1,781.36 GB sent, 14.35 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.