Memory Pool Memory Pool Refreshing

92,753 transactions
33.52 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,413 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,144 27
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,412 (241,711 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
607,701 607,701 0000000000000000000fc87e02c7e1204770d903c8fca0c8c92b3b5e596aa1ed 0.96 MB 2,079 10
607,700 607,700 000000000000000000130509ed372c44ffd936912c3492eab8d9940f325ef7be 1.20 MB 2,346 4
607,699 607,699 00000000000000000008cd0f24b6848f9cb6f2a1208bb4a47e55864c750a9931 1.17 MB 2,500 15
607,698 607,698 0000000000000000000d148b43fe72cdc4dfdcbab717286e7d84d39f06504a28 1.24 MB 1,500 13
607,697 607,697 000000000000000000055850e887982ccbffa38e079107bcce9f8b3fa92f00cc 1.66 MB 1,013 15
607,696 607,696 00000000000000000011b424021f7842d69b931e8d9296532529f5bde517166f 1.60 MB 2,020 20
607,695 607,695 0000000000000000000b3a1276528af761c3115c885b0e50335c890655017e39 1.38 MB 3,242 23
607,694 607,694 000000000000000000048778974e3f2ea7d453711d0b2103147c1bd43c9b72a2 1.28 MB 2,797 29
607,693 607,693 0000000000000000001055382bff194e01c8a2669184503df5c320d5c3782dfc 1.30 MB 3,183 17
607,692 607,692 0000000000000000000b0de3c02ced687fc1bf7886c1b27f81f54a8a105730ad 1.25 MB 2,857 11
607,691 607,691 000000000000000000017541b17397c9a143f2387bdaf731c20df231dca57683 1.39 MB 2,517 22
607,690 607,690 0000000000000000000684818b8a797f6cb9dc3a841a72a821d1c91400d974eb 0.80 MB 1,763 16
607,689 607,689 00000000000000000006c9578c9bdbebf2077854d9e1f9dccef75248a074e675 0.34 MB 1,017 13
607,688 607,688 0000000000000000000dcda2185a9e104fed802878215040a41d1e60bf6cfb70 0.82 MB 1,989 5
607,687 607,687 00000000000000000013a46f5de47f76ef32fe8c137c03bc508856873bec2819 1.48 MB 2,090 16
607,686 607,686 00000000000000000010a83cf52d28b2726dbc7d6a70dfd5f1297b40aa3d5a62 1.56 MB 1,477 19
607,685 607,685 0000000000000000000627ae89c57f8656cb6e09f1e89cc7c625aac2b6e1edb0 1.58 MB 1,575 19
607,684 607,684 000000000000000000083586a3d1679a5f07b5fd69130a748eaff0de4e345d36 1.33 MB 622 4
607,683 607,683 0000000000000000000afdbd38d9f95021714efeb54c093a0ae52b5397d9fcb8 1.45 MB 1,431 3
607,682 607,682 00000000000000000014c07d92fc85570e6c6c347600daadcdfd0304489a7f2c 1.41 MB 1,509 17
607,681 607,681 00000000000000000004028560d556142515f8b3728511d8fb25a1e73e234e04 1.58 MB 1,443 23
Previous 10 blocks ↓
Total Size: 660.39 GB

Node Information

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