Memory Pool Memory Pool Refreshing

78,315 transactions
27.46 vMB
Show Random Selection Loading Transactions
Max Size: 166/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,515 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,600 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,514 (143,117 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
706,397 706,397 000000000000000000093fed5bad96e9d6b285bcca2a9fd1bc290e65abf829a3 0.68 MB 1,272 15
706,396 706,396 00000000000000000008123ec2f73dd9451e2ba01121fc5db9ee798b3061b724 0.47 MB 788 9
706,395 706,395 0000000000000000000bde504d9b370a9d5e76a0811ff08a4f689585c08fc5d4 0.81 MB 1,200 18
706,394 706,394 0000000000000000000b9e5797503359a01ed253be42af121b4e951a5c4f30c4 0.51 MB 762 5
706,393 706,393 000000000000000000074775a4594785020dc5271baddff0b967a7e7e0022110 1.24 MB 1,249 10
706,392 706,392 0000000000000000000c5c67c62cad26478159a06aa7e3a3d673b96b5b277b5d 0.42 MB 727 12
706,391 706,391 00000000000000000001c849e623b4a5871f7c218f91dde3fcc63c4d48b9aefb 0.17 MB 280 11
706,390 706,390 00000000000000000007b2b266287f3a557e61fec162f067af24df0ad9019677 0.60 MB 1,208 12
706,389 706,389 00000000000000000009f2bccc59ef8a9c9d5e92f363db5937117706c1e2605f 0.63 MB 609 6
706,388 706,388 000000000000000000006e57689f80a326150e5d1373d3ef93d8a3164522332f 1.34 MB 2,012 11
706,387 706,387 000000000000000000036d66f11ee580570f6027f7bf96943d012af58b70fb15 1.43 MB 2,852 14
706,386 706,386 00000000000000000003f3513ccd921b266eeec7756eaa4bc9e2a2e8a2cfa5ed 1.25 MB 2,303 8
706,385 706,385 00000000000000000006c31816fda407a08e43621e8d6236c8221e41444ccc55 1.37 MB 2,204 10
706,384 706,384 00000000000000000004cfb2d18baa7bdf5ca40e52cf572931a86ce776ecff30 0.47 MB 827 10
706,383 706,383 000000000000000000005f2461b09145edfa09b2d8d018e5c27373018e9857e1 0.65 MB 1,190 24
706,382 706,382 00000000000000000007c8aa9694ec59b2d0731d80ff5eb42cf9949a524fb13b 0.58 MB 1,057 11
706,381 706,381 0000000000000000000cc99cc90461c5593809d5f7d003af33a5d893398454af 0.18 MB 443 16
706,380 706,380 0000000000000000000238d6e03218c6cd8b2c66b923bd0f217b3464f8cc5fe4 0.04 MB 107 21
706,379 706,379 00000000000000000006bac236dd5433d60c0801d1ea2870115cf47fffad277e 0.44 MB 814 10
706,378 706,378 00000000000000000007f1547bc3b3d5470ca45bd4bbd1936b768780b8a5901e 0.58 MB 1,109 11
706,377 706,377 000000000000000000070477deba293213a84a7058fa2518f72b635a7c3d815f 0.49 MB 1,015 5
Previous 10 blocks ↓
Total Size: 660.58 GB

Node Information

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