Memory Pool Memory Pool Refreshing

69,493 transactions
36.93 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,662 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,475 21
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,661 (270,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
579,021 579,021 000000000000000000101d27706722322bfcd66a8fc8086a6c3cc262504546a6 1.08 MB 2,465 18
579,020 579,020 00000000000000000015864304a794c103f5942859c65709966a31c0d476e365 1.12 MB 2,681 106
579,019 579,019 0000000000000000001b4fddc713316be6dd438db5102e0f27a16d6da0e85b6c 1.15 MB 1,866 88
579,018 579,018 00000000000000000003c970ef7d8e8f0899f2ba15c8da264f3cb7237f0675cb 1.52 MB 1,619 105
579,017 579,017 0000000000000000001f3bb850bbdc516dc90b979ee0943da28df31d8d07495b 1.16 MB 1,990 127
579,016 579,016 00000000000000000005512c369f5a4227e6b5f14b4ca86397e1b4d4248e767b 1.33 MB 2,483 193
579,015 579,015 0000000000000000000c5f36168581ab87b3969d19386b4b4ac3018609f6b40e 1.44 MB 1,501 128
579,014 579,014 000000000000000000209748b187e67de76628b3aa6c5e9c228f59a559cfb396 1.25 MB 2,015 182
579,013 579,013 0000000000000000000f8e76c3261930b8ab159f5340f57e52d35985b53f26e4 1.33 MB 1,880 180
579,012 579,012 000000000000000000102af69ada905c6d66647f9152f2ee0a590f760168e383 1.33 MB 2,122 190
579,011 579,011 000000000000000000169b448772226974f564b93b858778da342ba4013c8db5 1.52 MB 1,549 167
579,010 579,010 00000000000000000001fb498a1a7a4d884628fc97814276ee55d8c8ca3f3f48 1.27 MB 758 162
579,009 579,009 000000000000000000160a041503208db0338a3461e33866b47481cde3684c61 1.39 MB 2,805 201
579,008 579,008 0000000000000000000c375f6f2354f6cb46c851181a250c5a1645aa0d954755 0.87 MB 2,182 82
579,007 579,007 000000000000000000076d6c575141879394f55c232e631226929bebab06547e 0.39 MB 1,109 73
579,006 579,006 00000000000000000022de68bb984846e4c12264655fd8b1fbc4418d79703588 0.41 MB 1,179 76
579,005 579,005 0000000000000000001515014e323b9088226be542c5a3b7ac6fa31cd7c50645 0.73 MB 1,586 78
579,004 579,004 00000000000000000009960104fe53c18a1e93d8d537d957c63e88dcb50d3aac 0.37 MB 1,024 63
579,003 579,003 0000000000000000000d8bbcb9f524f066fd08206a1c9ad06af3cf4e6ff51c17 1.65 MB 786 15
579,002 579,002 00000000000000000005aae7c2d1750ef8e63aa7a971238d957bdb213072f993 1.38 MB 1,636 49
579,001 579,001 00000000000000000017bbd4f0b50438478f1ceaa09f298cb060374ad2024fdb 1.14 MB 2,002 8
Previous 10 blocks ↓
Total Size: 660.87 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 607.65 GB sent, 3.54 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.