Memory Pool Memory Pool Refreshing

63,302 transactions
35.02 vMB
Show Random Selection Loading Transactions
Max Size: 187/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,671 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,934 12
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,670 (809,653 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
40,017 40,017 0000000088ce2ea1c2254f54aa4527b84933a5c2367715372ad4fc346d7e7754 0.00 MB 1 0
40,016 40,016 0000000076168d8207dfeb112771e238133a496de565eff6f38a500352cf4494 0.00 MB 1 0
40,015 40,015 000000001645e44d850069225bb5141254859b095500a0f98894b0fe3a6ca1ac 0.00 MB 1 0
40,014 40,014 000000002bfd5f4b093451ef6a7bba0672bdc2eecc335ab084c0fe20e61d8b3e 0.00 MB 1 0
40,013 40,013 00000000290ae51a96f691cf189222cb113e29e46d94d9efa136d3333da96cf3 0.00 MB 1 0
40,012 40,012 00000000381ef989f9f43ed0e81c41ad3e9de25dc3dd676db1588f8539aca544 0.00 MB 1 0
40,011 40,011 000000007c69f97b5e6af0e4e18b68eb73654eeaddec6f185ad58026ec6d936e 0.00 MB 1 0
40,010 40,010 000000000a4a84c3827da3fe8535ee38389b0d31a47a42b8873313f23f60db02 0.00 MB 1 0
40,009 40,009 000000001e36b528d9c7758d6a00d4d772dc62c4fead9c5fb45d547b920d2110 0.00 MB 1 0
40,008 40,008 0000000035488afe30aaa505eb5437ee152d8c48b77bc086daa5eb8db32a5895 0.00 MB 1 0
40,007 40,007 000000002db243102c5a8984c02cdc362c73c2d06c761b3f03874c4c99bc76b0 0.00 MB 1 0
40,006 40,006 0000000055276b884b632b6339cbb821a8b23c67b13ff444d9505c58881c8627 0.00 MB 1 0
40,005 40,005 000000005b67deea43b543dfdd87d13aadc9501add64b941d7cf72653fca5f8f 0.00 MB 1 0
40,004 40,004 00000000506ae6b0f3ec8f199255b5ae6380cdcc4a2fb3c6dfdd0d6a06a91e81 0.00 MB 1 0
40,003 40,003 000000000d8af65aca9e0d33b30e364b691a1e2551e00343b7fad7b6f7382824 0.00 MB 1 0
40,002 40,002 000000001b25a3cb8b1a280c77f0f603dcecad693ef9d2134d566a58a3aea4d5 0.00 MB 1 0
40,001 40,001 000000004f5399dec71dd54b434bbb35a1c30488a37eadd9be7ee61399b4ac90 0.00 MB 1 0
40,000 40,000 00000000504d5fa0ad2cb90af16052a4eb2aea70fa1cba653b90a4583c5193e4 0.00 MB 1 0
39,999 39,999 000000002509f3a013a1d21b89fe33306a45b1fcbb485dd4d310e4f9b2c09945 0.00 MB 1 0
39,998 39,998 000000000f6eddf413649f8efeecbf82e7037b5e79c33644e79aaba59f66959f 0.00 MB 1 0
39,997 39,997 00000000357b8bfb8227fcbde6d1215247b45f91d789870997c0ce33f32aafb5 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 660.88 GB

Node Information

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