Memory Pool Memory Pool Refreshing

78,779 transactions
35.67 vMB
Show Random Selection Loading Transactions
Max Size: 195/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,619 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 170 9
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,618 (366,772 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
482,846 482,846 0000000000000000000a508dc0033a2b4da6a86b916f233356801c2b39bb7721 1.00 MB 1,786 298
482,845 482,845 000000000000000000c9216f2ed61859d3fcfcaf0d4af89c4179e1c7b0946c1d 1.00 MB 388 38
482,844 482,844 0000000000000000001e359045bec4ceb1e5d6a97baf6f96ea088551d73f44db 1.00 MB 681 69
482,843 482,843 0000000000000000000a58c4ba1078325974aec78d9db5d60015b21dcf533d66 1.00 MB 1,505 235
482,842 482,842 00000000000000000093f74f8628102d4a9fb5442bb0e1f4db917eae6df932d3 1.00 MB 1,103 346
482,841 482,841 0000000000000000001a609d9c5a1b90b3dd832fa68245a2c62e49c9b409fed3 1.00 MB 1,334 232
482,840 482,840 0000000000000000007a8b2b8e3904b358355cb04e032879b6016026c30cfc42 1.00 MB 945 196
482,839 482,839 0000000000000000005626db9837f570f77da3c59f932a5a5d9186777ff5389f 1.00 MB 1,236 315
482,838 482,838 000000000000000001318bc4a090356330a4cb5c8eb8e7973521ca174d141300 1.00 MB 764 29
482,837 482,837 0000000000000000011e6564231c41106ea10c80c0fe43b37d5c6d1b49905bd0 0.29 MB 451 280
482,836 482,836 00000000000000000119ea14593022a258b448c915b06fee9e67b0ffb1b13e32 0.32 MB 653 146
482,835 482,835 0000000000000000009ab6894eb662724fdfa140149555b88e808bc544507056 1.00 MB 533 243
482,834 482,834 000000000000000000a005d8af73b64e99562e3391f3f52bf0f90c359cabed36 1.00 MB 2,319 427
482,833 482,833 0000000000000000006c12c27fdb3bef543b234ac33e19bdf1efe54efb6851fe 1.00 MB 515 82
482,832 482,832 000000000000000000891479ac8c322db02c49094d02111fba1f115902e55796 1.00 MB 690 18
482,831 482,831 0000000000000000008105016ae2e0655948961913dad2250565fb2a9439c891 1.00 MB 526 109
482,830 482,830 00000000000000000102031c586990df55fce900e6bd28fe9c6b062688a96115 1.00 MB 678 124
482,829 482,829 0000000000000000005a2f29d0c4b8707c8fdf12beee53590e1caea6079d8798 1.05 MB 712 121
482,828 482,828 0000000000000000013b74efdb5f7dcb608452ffc615657e2fa7df65a7508e68 1.00 MB 1,232 200
482,827 482,827 0000000000000000002dd1de2f55395396f2aaf28a3a463374c900a2f2743053 1.00 MB 846 164
482,826 482,826 0000000000000000010d34cd121d7b7b5e737b3b65fc8acc63f15842ebcaca1a 1.00 MB 1,225 223
Previous 10 blocks ↓
Total Size: 660.78 GB

Node Information

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