Memory Pool Memory Pool Refreshing

82,072 transactions
36.56 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,604 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,420 19
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,603 (569,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
280,590 280,590 00000000000000025c5db94aa6484cc87ee13ef323026952bd2047d7a793c6ff 0.07 MB 194 51
280,589 280,589 0000000000000000b94fd4f56c76e7dcf535dedee34fd3c6e22928275f787314 0.10 MB 277 44
280,588 280,588 00000000000000001d4555bfcf54fe96f2731c0081661684ab18413f06356676 0.10 MB 100 12
280,587 280,587 00000000000000018953e86ae8cd5b991d720e87771f2d80e461fdd166b0224d 0.24 MB 404 42
280,586 280,586 0000000000000000aaf1d381d0dd851b1938cc258a7884fb86f2c96a5a41bd58 0.23 MB 546 71
280,585 280,585 00000000000000003f56797d96c4af806babebff587acaa58db4a6f98a9f8681 0.12 MB 275 44
280,584 280,584 000000000000000243bf55ad685c82a685702cbe54ecc0c81742d4fbdcc134ce 0.12 MB 194 26
280,583 280,583 0000000000000002505bc0399ced979fd4a6d212b1686b0e203d185af5573b6e 0.10 MB 174 28
280,582 280,582 0000000000000000c228309bca3abb84bb4af67512d3fb9f900cf54985af656a 0.03 MB 59 39
280,581 280,581 000000000000000105f95b4115ebadd910f47d55463c6b10ee05cf686f266fe5 0.22 MB 360 25
280,580 280,580 0000000000000001b3135e5a470414b4e11d736adc03e5a76479b2aef1fc4c6a 0.03 MB 114 50
280,579 280,579 0000000000000000c811512b7ccff1ceddb843b6c55c6d5b657607c2c93e5d0f 0.03 MB 112 89
280,578 280,578 00000000000000015bd97435771fc11b7b541da5441c82e50c4dad8c387d04cd 0.03 MB 89 155
280,577 280,577 0000000000000000c54e45114a569b721d7c5950669d48ab7b9b67a84c6ffc0c 0.32 MB 160 14
280,576 280,576 0000000000000001927640143917d654dd4a9f0e46c12da70583e1381bc5d65a 0.01 MB 28 32
280,575 280,575 0000000000000000698f14c6d580827a79949abc65d9dd14874a462af502fa08 0.02 MB 40 18
280,574 280,574 0000000000000002169f7273d182416c849b93bd57f0ad12c4c762ff1aef7117 0.14 MB 346 58
280,573 280,573 00000000000000019bcd5b57a2059fc4bf8381561fa8170252872d8dd9d39354 0.18 MB 386 43
280,572 280,572 000000000000000139286ef95d5e9ddc225e3ae826ecfd0644ca43d9e478117a 0.19 MB 369 51
280,571 280,571 0000000000000001a27b01add0a6b8a41acdd231b5631adcd10e297ff922ee55 0.12 MB 208 29
280,570 280,570 0000000000000000dcb207679908a76ca681c66f61ebaa581da2597db68534d2 0.03 MB 97 64
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: 539.78 GB sent, 3.01 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.