Memory Pool Memory Pool Refreshing

78,746 transactions
33.64 vMB
Show Random Selection Loading Transactions
Max Size: 184/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,615 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 1,534 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,614 (291,979 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
557,635 557,635 00000000000000000014d05d8ee2dc3a627ac1ec6e5a864eec803f7198f33f50 1.10 MB 3,096 8
557,634 557,634 0000000000000000002a0b9b809d3ed44d3b6326747aa8d83fb0f51e05b94298 1.29 MB 3,230 32
557,633 557,633 00000000000000000007f9666febaeaaa467951911efa9be4520530a2a3481ca 1.06 MB 2,389 26
557,632 557,632 0000000000000000000019634e7bb8e05c5b174711054ad6c9e85d857554602f 0.23 MB 433 14
557,631 557,631 00000000000000000002de478f23dc1bfa9018682bd618c02f3a0e03a6f40433 0.19 MB 441 18
557,630 557,630 0000000000000000000b65fb87ba830474de7eda0c6958df3c552c9f4b43f98c 0.07 MB 132 14
557,629 557,629 0000000000000000001ef0d25f768ceeea09bd21ddc717e35fe849022172b0cd 0.98 MB 2,372 8
557,628 557,628 0000000000000000000c382b50eb9fb60726781e4832029ad750369a82ece6ca 1.15 MB 2,631 19
557,627 557,627 0000000000000000000217c6e14ffc1c710f9bc2d6b45c3de284305863d56d94 1.32 MB 2,781 24
557,626 557,626 0000000000000000000c96759669680902f9bc315362bae35b9efa52566ccdb6 1.27 MB 2,915 25
557,625 557,625 000000000000000000112ff0e2eaa2e9f4a819cb2d4d29d35cc371d276891585 0.10 MB 244 16
557,624 557,624 0000000000000000000f580f55964cc4d1910c2d7f32463bb2c542759405c464 0.84 MB 2,153 16
557,623 557,623 0000000000000000000bcb76f1d2d80f1e73c17513ef823d56e8445516ac12e3 1.18 MB 2,463 20
557,622 557,622 00000000000000000018e1dabdc8d055ca04ff3e1267a361a7c52a4ec68c5b04 1.20 MB 2,054 2
557,621 557,621 0000000000000000002c685918d5e1713a6312ce3cfc78f49705b1864bd788e4 1.34 MB 2,161 6
557,620 557,620 0000000000000000002bbc6bfac8af5c42e7a3b94bec385bfb1597c7e929eb4f 1.28 MB 2,363 8
557,619 557,619 0000000000000000002b77d77e3fa52eff86a512732469f277c1e91c5a11bb3f 1.04 MB 1,468 5
557,618 557,618 00000000000000000001866035a5ca39732ea6366fc4fb7ccb05cc477ec5707e 1.28 MB 2,498 16
557,617 557,617 0000000000000000001f944a7ae947285ff168f0dee33575df67a79ed4fe4c5e 1.23 MB 2,744 24
557,616 557,616 00000000000000000026df5ddac1f38106f661329c26a26945cc26e05c4cd815 1.35 MB 3,131 12
557,615 557,615 0000000000000000002b219eabb148c911e2eb0ef96b6920a8c40f8bdd664852 1.24 MB 2,699 40
Previous 10 blocks ↓
Total Size: 660.77 GB

Node Information

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