Memory Pool Memory Pool Refreshing

68,318 transactions
38.11 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
850,079 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 2,750 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 850,078 (379,028 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
471,050 471,050 000000000000000001203ac343767d834879cdce65c62b3e45015d45efa5132c 1.00 MB 2,553 445
471,049 471,049 000000000000000001799baa34d918b7066d6d3681b75f51bac69aadcca27fcc 1.00 MB 2,165 284
471,048 471,048 0000000000000000010dcc01df4a9f0322462ba3df639f3ed99451aba7bc4594 1.00 MB 1,658 309
471,047 471,047 000000000000000000d67e52cf341960dbe5f0a506f64027fcb0967711c53a2c 0.99 MB 1,982 340
471,046 471,046 00000000000000000043f8086116a13987bf168882e0145a3ca78d42ea39cc11 1.00 MB 2,605 278
471,045 471,045 000000000000000000032565cb99ed6aaf0e6199b2328c5be17b52dfc70b613f 1.00 MB 1,952 362
471,044 471,044 00000000000000000004cb8e4de5665355b54a901a133c0cf006033c6fa9aead 1.00 MB 2,455 423
471,043 471,043 0000000000000000015f7cfcf46c0b2e55a21e5d01edb8725f1cb08e299b0e6f 1.00 MB 1,364 401
471,042 471,042 0000000000000000013637fb09a00a7e030a0194ec5330a8b0f0e6f8991257bb 1.00 MB 2,255 366
471,041 471,041 0000000000000000009d750ca11b8555fb5cb3f09999f114821a3a80563979c6 1.00 MB 2,451 424
471,040 471,040 00000000000000000122306a0e0875f250a29a274eedd316d508cfd97a08f604 1.00 MB 2,321 421
471,039 471,039 000000000000000000d71a300fa1d5e38a38877fec9033973ad8f26dba5ec08e 1.00 MB 1,903 329
471,038 471,038 0000000000000000016f4553e598554feba5675d7d3f7308e63e5f31c198d8f3 1.00 MB 1,904 222
471,037 471,037 0000000000000000008c67f30be63211d387fd88b937bf378f55ba09ffc551a7 1.00 MB 2,312 376
471,036 471,036 00000000000000000144405f9692b9dae6c6d93fedc3ff8207eaf4d6dc51c270 1.00 MB 1,443 307
471,035 471,035 00000000000000000065527a8f778ab50519cf3d796dcda510860d82328382e3 1.00 MB 2,015 394
471,034 471,034 00000000000000000002310cae8fb9888bf875abb03c326f906fdf8de4ff70bc 1.00 MB 2,143 474
471,033 471,033 00000000000000000098a253ad8981b22c5b711673bebde117c33d68888bb087 1.00 MB 1,718 217
471,032 471,032 0000000000000000000de69e2557cce6f7f7d7ca81bb87904b3c9de78180e02d 1.00 MB 2,128 353
471,031 471,031 000000000000000001232ba0f44a7f4305a113be2877687ed11840d397f6cbdf 1.00 MB 2,609 298
471,030 471,030 0000000000000000015f7ce934c020604ed2fe9c572facffab625c2e828a6343 1.00 MB 2,295 369
Previous 10 blocks ↓
Total Size: 661.66 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 108 incoming
  • Data Transfer: 1,035.10 GB sent, 7.21 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.