Memory Pool Memory Pool Refreshing

64,859 transactions
31.68 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,790 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,424 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,789 (102,875 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
746,914 746,914 0000000000000000000696a7e22d7cf013df670fd52cbbb655663e8592efb313 1.57 MB 2,858 16
746,913 746,913 000000000000000000028e9b3462bc4d1be92482d71e488c7adff498748b4d22 1.51 MB 3,072 16
746,912 746,912 00000000000000000000f39f5883f371f0babf4c2ed6a1a741ccfe85628ee9dd 1.52 MB 3,474 20
746,911 746,911 00000000000000000003a423b8445b667fb98bc844af45f6e8a792350c20576c 1.87 MB 577 1
746,910 746,910 00000000000000000002ce61c6e061c6f0f8bfb83d15c4c6f259beb57044d4a1 1.45 MB 1,685 9
746,909 746,909 00000000000000000008166481fa0d628bb6d889765739d74dc5ddd7aa82b4ea 1.29 MB 1,768 14
746,908 746,908 000000000000000000020f0a14bc3e8d29e5a23ab83bd1b4f9f2f706458ac94a 0.70 MB 1,375 11
746,907 746,907 0000000000000000000298e9938e57f35bb3425163204a57f93ea56c9c5f5ffb 1.17 MB 1,331 7
746,906 746,906 0000000000000000000214ee8be90efb6bff9d272f11216314654989605807f9 1.59 MB 2,617 9
746,905 746,905 0000000000000000000785a58e6150ace8c04dcdf2711698276ec852165759c0 1.59 MB 2,817 9
746,904 746,904 0000000000000000000409643192550602d62d126a343ea52364316640f28fad 1.56 MB 3,194 18
746,903 746,903 00000000000000000006cab1e465365f2a259f16e9463449ea2d99ff016e77a6 0.89 MB 1,475 11
746,902 746,902 00000000000000000006636cec277464090554598cc848602a897c2882755eff 0.35 MB 731 12
746,901 746,901 00000000000000000000aada00a7f44f76f833e9a433c3e5e8f520ea8913139c 1.40 MB 2,799 12
746,900 746,900 00000000000000000005db61355f4bca6b14a25f33de2e3fbac9d0ea26fb546e 0.60 MB 783 10
746,899 746,899 000000000000000000094d2615b274f21b6c75793d6327e40eb26f92f2a7e4b3 1.42 MB 528 1
746,898 746,898 00000000000000000001196980a96d6babc135b825ee352b041397ca276dce6d 1.62 MB 1,774 5
746,897 746,897 0000000000000000000600ac0a28125897b8f68b68796e64ac1a5c1cd6334232 1.65 MB 1,151 5
746,896 746,896 00000000000000000006853cf6e50c9e8f6c025888322a1a07c00ffbd98f615c 1.55 MB 3,103 10
746,895 746,895 00000000000000000009eaa6514391fecd296bee8e32b58987ae4f58d53a88c3 1.47 MB 2,275 26
746,894 746,894 000000000000000000080fd5ea21a6b7ef1fa1dd0deaecc16d48ba3457ae891b 1.52 MB 2,677 16
Previous 10 blocks ↓
Total Size: 661.11 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 111 incoming
  • Data Transfer: 737.20 GB sent, 4.67 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.