Memory Pool Memory Pool Refreshing

87,581 transactions
34.64 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,774 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,384 18
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,773 (504,016 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
345,757 345,757 000000000000000013bebf09ed83f2ea1e1e2d3727693dbf3d63777d77d96ab2 0.50 MB 811 15
345,756 345,756 00000000000000001696154393c6c462d0dee76ac281be9f9c237140c3523184 0.21 MB 444 38
345,755 345,755 00000000000000000d7ded08ef63170e79e92fe632d0c25731aa626834715302 0.45 MB 374 9
345,754 345,754 00000000000000000b50f7dec5e5cc9d542bde490ad43a42bacc4386494b4cb1 0.71 MB 990 20
345,753 345,753 00000000000000000368df672db26c732283491f1c8463fe79223b4cc2fc608c 0.75 MB 1,241 25
345,752 345,752 0000000000000000167241353066f7e390f3f802ecb2b4b776fd33836c08326e 0.10 MB 104 6
345,751 345,751 00000000000000000ad5de9a0b5ff51d33665fcbcebd8cf1aa489ea5b5420d2f 0.28 MB 486 26
345,750 345,750 000000000000000004bf916fe83d443e1ad9b079d1ad02227a3ca02c15e53ad5 0.53 MB 974 24
345,749 345,749 000000000000000006d9c10634c58a272e0c5a77b3f975808373e1f9ba80e6b7 0.21 MB 308 25
345,748 345,748 00000000000000000436ce3a26252a110393619ea3295e462f25997eee8ae365 0.41 MB 819 17
345,747 345,747 000000000000000007cc2984bd80b3734a778af16a47d9bc1f782d3f39b35432 0.37 MB 596 29
345,746 345,746 000000000000000013e17318b3c1690ffaca04d92bdce44cd4497a64c5bb5305 0.82 MB 1,586 33
345,745 345,745 00000000000000000cf7b767606aa5a240cdbfbc90d3c296c8af245d80b2e0e9 0.72 MB 1,213 23
345,744 345,744 000000000000000011958fac876fc5d677cda66b342b3ae588cdae87050a8485 0.06 MB 62 12
345,743 345,743 000000000000000002e93266811ee1f91a23b251bf7ac4f7280afdb5ed776e66 0.26 MB 388 21
345,742 345,742 00000000000000000bfb43215c270ad9559d77550c1df96cccecb0bbe61e8dab 0.68 MB 1,165 21
345,741 345,741 00000000000000000b729200f4a172fabbee3e724d49600fec87314a575de297 0.11 MB 134 27
345,740 345,740 000000000000000016d721ede3aff7260c26d1c81a8091345d0cc23e1d4b84e9 0.75 MB 1,688 30
345,739 345,739 00000000000000000a477a0347b53c75a2908b5d8a1dfbafd03a05a77388b925 0.50 MB 1,005 28
345,738 345,738 00000000000000000cc4101d1e13c99af0ac24b03a24c21b5649021ccf0207b1 0.12 MB 170 23
345,737 345,737 00000000000000000e76bc5e184c6ec3a3f90439002c75c6af9ec8af6d5df036 0.30 MB 432 23
Previous 10 blocks ↓
Total Size: 661.08 GB

Node Information

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