Memory Pool Memory Pool Refreshing

64,547 transactions
40.95 vMB
Show Random Selection Loading Transactions
Max Size: 198/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,392 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 4,022 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,391 (322,434 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
526,957 526,957 0000000000000000002793eac05341e3031d7a392b85b17954affb689236b1bc 1.03 MB 1,804 17
526,956 526,956 0000000000000000001eb85adf090d48d864e440563d68750ffb2fdef500b336 1.18 MB 1,743 8
526,955 526,955 0000000000000000000bb82185b1752d681e68ec94c5a312cb551d8803cd4dca 1.14 MB 2,671 26
526,954 526,954 0000000000000000001e037afc050c196b35c62b8e93710df86ad38426acf09b 1.14 MB 2,298 27
526,953 526,953 00000000000000000005add91ef0aa88fc832424c3a96786009719271f713dc2 1.16 MB 2,529 29
526,952 526,952 00000000000000000015fa2788d36cd81433fcb10630876df315ab262f1fb449 0.04 MB 107 46
526,951 526,951 000000000000000000308e1a8dc55951337ffd1b5b027847d00e18196c0214ed 0.97 MB 2,185 23
526,950 526,950 0000000000000000002d6aca139bb1343722644ffcbb5a220cee99be0694604f 0.76 MB 828 21
526,949 526,949 00000000000000000006290fa2fd4e77a3e61e51a906b03a2d88b3696fba7f94 0.64 MB 1,380 26
526,948 526,948 0000000000000000002ffc2e428db3d63123712bef659024ce9e7f942394f788 0.25 MB 452 21
526,947 526,947 00000000000000000034a5a6f1f9a5b2b016c0b7b63aef9fb3e1fda1a9e61b6f 0.20 MB 477 23
526,946 526,946 0000000000000000000eb975821dda7e56115f86b78b7b36bb3e8cb9934defc5 0.04 MB 115 16
526,945 526,945 0000000000000000002778b3852ea0592181e96c50502539bb40a36b6d08d680 0.81 MB 1,704 21
526,944 526,944 0000000000000000000f329e10e330dd3eef13a5cb7b624582b62499c71fca19 0.26 MB 462 44
526,943 526,943 00000000000000000002397af6541203078ca389915e1c35ff6d4164aeeab764 0.18 MB 479 17
526,942 526,942 0000000000000000000a3aff38a8cfd42a0875538a6d2cfaac7052ec33075484 1.15 MB 2,752 29
526,941 526,941 0000000000000000000098b5595dc31daa753c8a89f07fbe325f237da1d54fe9 0.37 MB 945 28
526,940 526,940 0000000000000000002b0295a46709846da300efa4af6459f17214949a40d122 0.47 MB 957 24
526,939 526,939 00000000000000000011b0a3830856d3f809dde51bf09af3c0d347ae0b99e2b2 0.32 MB 793 26
526,938 526,938 000000000000000000311d9d7f9648fee7f93dc085684f13e9a7aec0825e28b0 0.38 MB 888 27
526,937 526,937 0000000000000000000d2b23c5cfd3486542e858f5d95aa30f898c4e7392585f 0.73 MB 1,090 22
Previous 10 blocks ↓
Total Size: 660.36 GB

Node Information

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