Memory Pool Memory Pool Refreshing

56,609 transactions
37.11 vMB
Show Random Selection Loading Transactions
Max Size: 180/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,344 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,463 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,343 (246,684 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
602,659 602,659 000000000000000000003c4105735a4127238b51daf2c500d83289428badbf40 0.20 MB 483 34
602,658 602,658 0000000000000000000fa1dc37905af978436e4b5af25f784166f60b14cc36c2 0.18 MB 618 4
602,657 602,657 00000000000000000013e8b878265ab719cab18fce64d8d83af7337b2a44d0c1 1.33 MB 2,962 29
602,656 602,656 00000000000000000004823c5f3e4546f3ed84f7578753c39ec356e7d0b0dc95 0.24 MB 692 22
602,655 602,655 00000000000000000010aca461e5f1b7895d83a2bc04387710f83d5fd425b847 0.55 MB 1,542 23
602,654 602,654 0000000000000000000069c962af22482abaf7877001f970b81b1cbc792f29b5 0.30 MB 422 32
602,653 602,653 000000000000000000044e898e242c1406cbd5c97ba103ba48301898c3045fea 0.88 MB 2,562 16
602,652 602,652 00000000000000000004e7ddf2695d10d0d82019d529bc478d0db2487397e993 1.33 MB 2,735 36
602,651 602,651 000000000000000000131b7ea9755092316e7825395b6acfefaf7c9314d33158 0.95 MB 2,493 23
602,650 602,650 0000000000000000000fc735f8b0fdf68eacf3e4914110e0bbf515f7e7bf8675 1.15 MB 2,882 23
602,649 602,649 00000000000000000008647bf3adffc88909838e32b9543d77086fb8dc6e40a5 1.08 MB 2,563 25
602,648 602,648 000000000000000000118783285d0a5bc749182d3939e3d0a73b12f5b727e976 0.99 MB 2,293 12
602,647 602,647 00000000000000000010de9efeb9d34758cdd2da0fbd4da5bfc41d967774b8e6 1.34 MB 2,807 38
602,646 602,646 00000000000000000002d98001a3835adb7991cc0ef93a42e530fd16da629dca 1.13 MB 2,810 26
602,645 602,645 00000000000000000008ce70df732ec00660a266dc7b093fbcc7d9062f8cda90 1.07 MB 2,634 24
602,644 602,644 000000000000000000135f58529191b649d95971022f54ed263ab259a40b12c0 0.78 MB 1,291 6
602,643 602,643 00000000000000000001789fc892afc8e2b930897d76a02f0a32157028637144 1.11 MB 1,455 3
602,642 602,642 0000000000000000000793d4bfe3b4e8c85ae26e492f19603379909d1f092906 1.20 MB 2,535 29
602,641 602,641 000000000000000000013061f410d1e5a7527d95c9db0fbe7c5cc31aee9c699e 1.23 MB 2,401 23
602,640 602,640 00000000000000000010c84e31ed6572fb23519b69ab8b91c5f19854527d2505 1.32 MB 2,878 42
602,639 602,639 00000000000000000007f25efce017d130be924c6eb451d67e4a0019df4e27a6 1.18 MB 2,298 14
Previous 10 blocks ↓
Total Size: 660.26 GB

Node Information

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