Memory Pool Memory Pool Refreshing

84,147 transactions
32.53 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,566 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,782 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,565 (463,121 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
386,444 386,444 000000000000000001f23ba1c0a11e7cf290c5f06176262c765e1f535bf86a2c 0.37 MB 886 38
386,443 386,443 0000000000000000088eedd11b76f3ff7dd47871f5b75d00cc2e883ecaabf1f8 0.65 MB 942 21
386,442 386,442 000000000000000004967f83889ee06388642c46f3c1556330c9c0c9325ca288 0.93 MB 3,027 49
386,441 386,441 000000000000000000ef65740f02dcdcb32cb4ac72c9377412f76369861bd32b 0.63 MB 1,356 36
386,440 386,440 0000000000000000013a930ef304d0bedcf928442422cb357596d10b6b73f54b 0.12 MB 158 33
386,439 386,439 0000000000000000057d0ef67b04400ebf97988d777ede01dcef8a8e1a9fc5df 0.39 MB 619 30
386,438 386,438 00000000000000000e2df9cf8523ac408eb5bf7c6bf1d6a7031ac57b29defd7c 0.93 MB 1,558 28
386,437 386,437 00000000000000000307fe71637eb245b420132921647ca079373edb59170d9a 0.08 MB 27 1
386,436 386,436 000000000000000009f91910ba00c3d1be63508f3814ffce5ba373a65b7f1687 1.00 MB 1,751 28
386,435 386,435 0000000000000000064651ae56bb31b14e0bfae9e5d75437a5d845631a9794b2 0.59 MB 1,167 36
386,434 386,434 00000000000000000665e82c19d16c013ee941537fcadf80eda558d10c6e9a5e 0.86 MB 992 20
386,433 386,433 00000000000000000dd0ea6a24886532ebbd29a07b4e183a978023edcda15b6d 0.99 MB 1,839 44
386,432 386,432 00000000000000000e7ea506297077e3999f4a0e7459de7c0cd9a77705077a5c 0.99 MB 193 4
386,431 386,431 00000000000000000e0fe69256ceb0920cee1c1f4a7567193b0de9aeead2919f 0.76 MB 537 14
386,430 386,430 000000000000000004585c5e76f0352cb6d03a1f2c430fb7ed18eb044859b87a 1.00 MB 2,638 42
386,429 386,429 00000000000000000c5b167286941352417d03bfd490265000ba6fa1fa5c0ddb 0.99 MB 776 12
386,428 386,428 00000000000000000a898975249a144a7024855f19543021441caf7c62caa456 0.75 MB 1,712 40
386,427 386,427 00000000000000000b1d2f463e872df5f964df0e4994abc01878313e4068be7c 0.93 MB 2,622 49
386,426 386,426 000000000000000000e8805694f68c7b91f5e7d324af5e6d0b34a8c8c2c0ed30 0.99 MB 767 12
386,425 386,425 000000000000000003f0c2c6e7b6fd0fe387cc9ad659abeffd747f59fbaefa4d 0.93 MB 2,354 78
386,424 386,424 0000000000000000090a32d87d109ca571c4ac917e8cb420652d4098a4e63f1d 0.75 MB 1,620 34
Previous 10 blocks ↓
Total Size: 660.68 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: 508.74 GB sent, 2.74 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.