Memory Pool Memory Pool Refreshing

84,861 transactions
27.72 vMB
Show Random Selection Loading Transactions
Max Size: 172/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,521 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,597 15
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,520 (432,828 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
416,692 416,692 0000000000000000032ffe8de0adc9e03000287afba91d92acc6ce4fadeb9ed0 1.00 MB 2,192 99
416,691 416,691 00000000000000000589ddda314f225aacdc4cb86b90d3a054343b088cb0e87c 1.00 MB 2,175 78
416,690 416,690 00000000000000000501a2c440ce1fe4c3f0bccb520000c25a029f7c1b1838ed 1.00 MB 2,391 56
416,689 416,689 000000000000000001fcd14efb024c0b1ec7b0f10cc90945501a96fbd879a78b 1.00 MB 2,303 95
416,688 416,688 000000000000000002dc2de3b62878a5879e5cdf26525486bae513e4ce077435 1.00 MB 1,968 57
416,687 416,687 000000000000000001a8bd06892bb72a6dac7aac7774913ff7a334c3d05b5554 1.00 MB 2,812 109
416,686 416,686 000000000000000004d8289167d43a7cfdf1622715665cecaa5dd2627a94d92f 1.00 MB 2,104 74
416,685 416,685 00000000000000000271681134981b78e62f985cdf16fdbe8e2e4517384bb2f1 1.00 MB 2,236 60
416,684 416,684 00000000000000000465ede2de14bad4e259628e00f39be217fabc9ec10aacc8 1.00 MB 1,884 62
416,683 416,683 000000000000000003ecf93bdd02b68ed5bece26628fa550328ef4dc42897f8e 1.00 MB 2,143 61
416,682 416,682 00000000000000000033f27ddd70e17567c454739a428f10b9e4818fe50ecc1b 1.00 MB 2,564 77
416,681 416,681 000000000000000001c73b58938886eb4bccbd0b18c9104b5cf8dabece997001 1.00 MB 1,840 78
416,680 416,680 0000000000000000027bc4baa292f02744c1070e99ac41e660645e3ea74846fd 1.00 MB 2,747 119
416,679 416,679 000000000000000001d3c4d3024c607743a70332a6c86c85576e7b94e2d48e0d 1.00 MB 1,670 51
416,678 416,678 0000000000000000024d22635b6ba4e47f4f7ab0ce14bd8486bc155751ef6c1f 0.93 MB 1,269 42
416,677 416,677 000000000000000001151ba424024e184de343e45e066a46193605792abf0800 1.00 MB 1,079 61
416,676 416,676 00000000000000000597d27ef9d4a1eca1df18e791d0062107663fef153506ff 0.99 MB 269 47
416,675 416,675 0000000000000000007ad632d0a57641908b5eedb37cf68be07058f948acb500 1.00 MB 565 53
416,674 416,674 0000000000000000035466ec2d6730ac8f8e4736a3be0b4041153f64e45e712f 1.00 MB 1,724 68
416,673 416,673 0000000000000000044c4e61bdb82c7a823978164f1d1787fbcb546b4ffe0dfc 1.00 MB 1,488 33
416,672 416,672 00000000000000000258862f6267af005968d3557a7c45b07290da8178554272 1.00 MB 1,741 34
Previous 10 blocks ↓
Total Size: 660.59 GB

Node Information

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