Memory Pool Memory Pool Refreshing

83,230 transactions
28.90 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,511 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,769 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,510 (259,990 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
589,520 589,520 0000000000000000000037d62d7678488de98e3bcc5edbc1aaff4e0419e4359c 0.24 MB 621 27
589,519 589,519 00000000000000000014d6c5d7dc5d37b6b0610f807cfc36afc18a98f3185add 0.43 MB 1,057 24
589,518 589,518 00000000000000000019472dd4204b864592c95e57d2df787ab8bb93c8599c4a 0.42 MB 1,132 23
589,517 589,517 000000000000000000134e9c733061f3d81eb663b2d402e4d46e876114adef05 0.29 MB 687 31
589,516 589,516 0000000000000000000c6d9739c148980748dc026f91ab2b8e632bd0d9e04a7d 0.63 MB 1,419 27
589,515 589,515 0000000000000000000aa32829b77beabedee972452b43245df1846086d70f4b 0.78 MB 1,699 8
589,514 589,514 0000000000000000000685aa31ff8a77606715c64f05c1b21b21f1db86e335af 1.22 MB 2,949 50
589,513 589,513 00000000000000000012aa68d9f004c7159c08d7e356890e283662ad4d329c1e 1.26 MB 2,986 40
589,512 589,512 00000000000000000003470f6c8d596f0f7a6aac867ee9a994c007b640c35f70 1.45 MB 1,942 13
589,511 589,511 0000000000000000001a32c1b734cdfd059b1aca5d9d9ffa37f7b1c039853a22 1.31 MB 2,478 33
589,510 589,510 0000000000000000001488d635291bd096a4d0cd271140696f727f173912973a 0.04 MB 50 13
589,509 589,509 000000000000000000103fb860f4e1564579e7e6d47c28582b4e69eb1a9f57de 0.42 MB 924 28
589,508 589,508 00000000000000000009b9a75152b4f0343beb0e43ea29b7dde8de265066ac28 1.04 MB 2,496 31
589,507 589,507 0000000000000000000b4c788595dcd5e9f5baa7d39b9deeb998b0844c293fb3 1.23 MB 2,601 23
589,506 589,506 000000000000000000033490627b56298003a0b559b2c7d565e7104c871c05d5 1.27 MB 3,070 37
589,505 589,505 00000000000000000013914ef496bdf51e00672ed2c2f55858622ea6247e0c02 1.22 MB 2,987 44
589,504 589,504 0000000000000000000d4fa2d5e0dd94fc9f7d46383a1613b4c1fba1810e09e5 0.03 MB 52 39
589,503 589,503 0000000000000000001905d59097ec765370fa6f3c427484269c1b40568ec21a 0.61 MB 1,714 29
589,502 589,502 00000000000000000014653003f769de8309d32f52aac1e295906df442dc711c 0.50 MB 1,273 35
589,501 589,501 00000000000000000000aa11c900c563204d714c4824ec5f96b98c587d3f307a 1.09 MB 2,772 30
589,500 589,500 000000000000000000174c2b7dd1b582d0818917aa596313d93ce8bf9993b4a6 0.30 MB 535 30
Previous 10 blocks ↓
Total Size: 660.57 GB

Node Information

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