Memory Pool Memory Pool Refreshing

67,482 transactions
28.85 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,433 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,334 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,432 (146,045 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
703,387 703,387 0000000000000000000bd43a36023c77b11a16fb707fccfdcab025ac63eb02e0 1.25 MB 1,836 3
703,386 703,386 0000000000000000000324507e3a80dd6afdbbfd5e89d0ace06ead0c60a02eda 1.39 MB 2,520 7
703,385 703,385 0000000000000000000859fcd4228228e96556924aec1c25eb2d0aa25df47f71 1.37 MB 2,958 17
703,384 703,384 0000000000000000000def50727eb08e4c94e924b558e4e044930e4b59ea6609 1.37 MB 2,453 11
703,383 703,383 00000000000000000002b4521219d0105863eb5f3f7fef39cb490f69bc9f28a7 0.93 MB 1,564 13
703,382 703,382 0000000000000000000d973b3d1099d2f2e4ed24fe113ab0fd620df65dfe5f45 0.02 MB 67 8
703,381 703,381 0000000000000000000bf305cf89e82ae17bf48506b232225c93ab2e54e02a4b 0.02 MB 49 4
703,380 703,380 0000000000000000000947341c340c37aea3d0c6a69e3276db39dc52f0af632b 0.97 MB 1,574 9
703,379 703,379 000000000000000000049cfb4ca50865cbac46499fbe83df70b70e6c881f8d52 1.48 MB 2,136 9
703,378 703,378 00000000000000000000b28e3d17b4764356dee95bbf392dfe74fc782afce5db 1.51 MB 2,368 8
703,377 703,377 0000000000000000000d3d9f2408387f644ac09fb68b75f73bcb37b13c993862 1.48 MB 2,075 12
703,376 703,376 0000000000000000000dc7e9e2b6b460b09658ede1a7235377eb5cc6a12ea29b 1.49 MB 2,770 2
703,375 703,375 00000000000000000001d3d60facac6a44f58ae34e8b4a064f16be8432388f22 1.36 MB 2,282 4
703,374 703,374 000000000000000000099cd7c12e7b4df8e19d2469694c66be038057c8e5639b 1.46 MB 2,078 8
703,373 703,373 0000000000000000000949c5edc618671b1df1255c5a477428e51fe4a360ffc8 1.23 MB 1,442 9
703,372 703,372 0000000000000000000276388ba18ce921d7d825863c4bb6a3b607e1dafb6e7e 1.44 MB 3,091 21
703,371 703,371 000000000000000000095568fcb927e1b0e519ca185bb87f10cb76fd7df3730b 1.62 MB 2,048 12
703,370 703,370 0000000000000000000352358c54e848b2ed1bce333911c3645c95bbf583abe7 1.45 MB 2,054 18
703,369 703,369 000000000000000000070f9569c445e2de1addba69e1046aa5ce49329cabec01 0.19 MB 515 14
703,368 703,368 0000000000000000000b4272e298930d257f01bf561f51cf4d231aa50d003e90 1.37 MB 2,376 7
703,367 703,367 00000000000000000007cdf638de8885341536ab7f56fd20972b0c852c9a55e1 1.45 MB 3,157 15
Previous 10 blocks ↓
Total Size: 660.43 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: 349.90 GB sent, 1.45 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.