Memory Pool Memory Pool Refreshing

72,203 transactions
31.98 vMB
Show Random Selection Loading Transactions
Max Size: 174/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,603 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 865 14
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,602 (160,021 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
689,581 689,581 0000000000000000000881c308dd63ad17e8d5162ffae59af9ea6e82ea990b7f 1.42 MB 933 23
689,580 689,580 00000000000000000007108b921863b0a20354c9d97ca5a1b6ef322f5c20d447 1.02 MB 201 10
689,579 689,579 0000000000000000000cdbbadb0433118cab25bc6b2df1c0a8e9a5b28fa0f50d 1.01 MB 102 9
689,578 689,578 0000000000000000000b6dadf733a33dca1a1000264b807abc28ef4e85b96785 1.52 MB 1,409 38
689,577 689,577 000000000000000000031f60f8285a503fa43ba9e7c4bdcdca3f3bc9fc9599a5 1.45 MB 1,282 32
689,576 689,576 0000000000000000000db87bf366b5a364fd8976d61726e05203d69cde506dfe 1.13 MB 1,074 82
689,575 689,575 00000000000000000002b430d58723b71afc22c3f6aa90b23df702dd908f3169 1.64 MB 1,155 28
689,574 689,574 0000000000000000000f793499a82c8ae947e3e3e58fe55c17263f2d826caa4e 1.29 MB 1,459 67
689,573 689,573 0000000000000000000f992fad0645f24fbede60a157acc39758dc2369b7093c 1.56 MB 1,183 32
689,572 689,572 000000000000000000003994993bf91b9b13fa9d99a2654b907a52dcc9514edb 1.34 MB 1,991 70
689,571 689,571 00000000000000000010eaa406de370361671cf2aea1529a5b564387a1d84ba6 1.42 MB 2,079 35
689,570 689,570 0000000000000000000bb8e314370d9dad8f5ec614206a58a540cdaf3f3150cb 1.43 MB 1,471 55
689,569 689,569 0000000000000000000e63211739fc6629aa8c15cb5cd554406a24c0a220fdd9 1.74 MB 1,043 21
689,568 689,568 0000000000000000001255b23be7d0e92b797681891a998dd8759145ad5bbc40 1.71 MB 1,095 19
689,567 689,567 00000000000000000003f0f9ebfcef6690220fd71002e257b7e165d144ad7a74 1.81 MB 659 20
689,566 689,566 000000000000000000089245ad07d336110fd4ec3f7e660fbb2bc6b05ed9ae47 1.84 MB 345 6
689,565 689,565 0000000000000000000c1c7240e4bd3da8e477226537f345dc0bc89bc652917b 1.57 MB 1,587 23
689,564 689,564 00000000000000000013515146b5ea4f7039c652319a24f074e855fcf073fe21 1.55 MB 1,963 47
689,563 689,563 0000000000000000000ffb925195a547029d964684a0d876c55a105cb5d24e9d 1.81 MB 474 12
689,562 689,562 00000000000000000007a78d2d18b251ff537e274a3a59ba27db31899954ad02 1.78 MB 780 12
689,561 689,561 000000000000000000020199dc050786f4c5deb9777bdc2afd2f66e3d62acd64 1.47 MB 1,063 16
Previous 10 blocks ↓
Total Size: 660.75 GB

Node Information

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