Memory Pool Memory Pool Refreshing

87,568 transactions
32.41 vMB
Show Random Selection Loading Transactions
Max Size: 192/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,421 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,249 26
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,420 (93,138 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
756,282 756,282 000000000000000000026c75b3552d55116d0cb60082804fbc28b425c1104f3e 1.48 MB 1,134 7
756,281 756,281 000000000000000000078da1fc0a4358f11db0c904890434eaf0da98e6a17960 1.61 MB 1,190 10
756,280 756,280 000000000000000000011066a5775ad590196f80f8979c892469060517476215 1.17 MB 957 16
756,279 756,279 00000000000000000005efa7aac236d4ec1f86f3d386fe06fe2362d32c6c928e 0.54 MB 721 11
756,278 756,278 00000000000000000000ede136f343fb9e674183e64e9d20ac83284017178b5c 0.99 MB 1,695 13
756,277 756,277 00000000000000000008b20854b317fa9601406b3f3beecf381d3f6b2284760d 1.18 MB 1,509 11
756,276 756,276 00000000000000000006f4ef5ef63863856cdd44cdf751ee67329741f644b8f5 1.11 MB 1,760 11
756,275 756,275 00000000000000000007a1b33ca2a0c1e749d473ff10ab79c8d5005cdd48cff6 0.87 MB 1,549 11
756,274 756,274 00000000000000000008c6308ce5e95373f47b5bcc5a305afb273b78fcc725fe 1.60 MB 1,030 2
756,273 756,273 000000000000000000031dfdde889dfc021e4cd964bd9a87fc50860377f648d5 1.73 MB 1,032 5
756,272 756,272 0000000000000000000799e8f168a2e86da2b8051243e16e9136b92ccbce4834 1.59 MB 1,581 7
756,271 756,271 00000000000000000002004485241f7aeb60f28710f9e5d36ce46ce83d39fa58 1.79 MB 1,641 3
756,270 756,270 00000000000000000005448d7503ed179a75d6b6c5fe7b17e5080e343a3a8de4 1.54 MB 3,064 12
756,269 756,269 0000000000000000000784d4ef5a280e19aef4e59d9d7b2d96354457482f537a 1.74 MB 2,138 6
756,268 756,268 0000000000000000000213c1512c2bffae7378f2b890bfea3ee6dc8e2e7836a2 1.44 MB 2,963 16
756,267 756,267 0000000000000000000895dd8173c5a841f315de8ddb052ea61547642c2aa1fb 1.48 MB 2,188 9
756,266 756,266 00000000000000000002e78c9c19a055ca0e680674e1a2f0f01a48c04a24f627 1.74 MB 1,645 10
756,265 756,265 0000000000000000000166a8dc6326c3c745eb6ea4eb77906c5fc062b61e7dca 1.51 MB 2,314 14
756,264 756,264 00000000000000000003f3240df25330d048a10208e3edd61db7b6d96a85ec63 1.42 MB 2,948 20
756,263 756,263 00000000000000000003c36ba28124508223f0970c9b852b2cda5f4b937ae19c 1.47 MB 3,232 18
756,262 756,262 00000000000000000003969db715d0a91168f125709ef3f6ff00f62c10b76411 1.48 MB 2,638 15
Previous 10 blocks ↓
Total Size: 660.41 GB

Node Information

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