Memory Pool Memory Pool Refreshing

70,995 transactions
33.54 vMB
Show Random Selection Loading Transactions
Max Size: 176/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,796 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 5,554 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,795 (175,867 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
673,928 673,928 00000000000000000006768cd0be2584bfb57af15e6a188205f1c9e94aa0af3c 1.33 MB 2,627 101
673,927 673,927 00000000000000000006b26181bda4f92acae2ebecf21a3817545a550563835a 1.55 MB 1,716 102
673,926 673,926 0000000000000000000aee54ca44004377d038634567ccd49a5b4ba5433f803e 1.30 MB 2,969 120
673,925 673,925 00000000000000000006fe103d77d52292991f4f5933b3fd25e4be1cab355b94 1.33 MB 2,268 59
673,924 673,924 00000000000000000005855a6c05fb018bd974372a780c6b074b1c084715cd2f 1.38 MB 1,440 101
673,923 673,923 00000000000000000009f531f496cccde42cef8d03b2ec6dfefd6689e78aa48b 1.27 MB 2,150 108
673,922 673,922 00000000000000000001c00d5510678145087e67081d474ef0dee0e2ddbcf230 1.43 MB 2,196 54
673,921 673,921 0000000000000000000692e4f01a6538c5fd399d0d75aa063224391ef7a1634e 1.37 MB 2,537 62
673,920 673,920 0000000000000000000adc819f42252108433ad7329dd66794ba754922dc9c19 1.49 MB 2,605 110
673,919 673,919 000000000000000000028faf18ea606bd431d79ef6ce786a2c31cb36f0b14506 1.47 MB 2,127 60
673,918 673,918 00000000000000000004941484187d58bb41291add1e2674f7203f0336cb478d 1.28 MB 2,692 76
673,917 673,917 00000000000000000000b015d1bdf6695c8ebfc5a00666b109a1b295aec4c5be 1.51 MB 2,586 110
673,916 673,916 00000000000000000001ce5feb1d90d4c23134c415136aea388b5281a9fba8e8 1.55 MB 2,078 71
673,915 673,915 00000000000000000008d466ae6bc43ffdca7fd0e5abbf1e7c1cb29befdde1e6 1.33 MB 2,890 82
673,914 673,914 0000000000000000000aa0d572157310fd490b5cde7fb2c6044d7d7278dfa067 1.18 MB 2,637 65
673,913 673,913 00000000000000000008e6d5146878b2d41630d9a34a8fa6e24bc46f36451fb6 1.20 MB 1,530 100
673,912 673,912 00000000000000000006b6dd0ef02fef4390113dcc4cdb32f411b481bf2f849a 1.27 MB 1,484 109
673,911 673,911 00000000000000000009c8ca6045738b66fbacb006dd226baebced3b8142a10a 1.39 MB 2,539 67
673,910 673,910 000000000000000000009ebdef4f085a14c1edf5de3706f93f0fb386e7e4b44c 1.26 MB 2,232 82
673,909 673,909 000000000000000000051001b0722821af9fd1c83b73588d01dc17c48f958d2c 1.29 MB 2,498 65
673,908 673,908 0000000000000000000c37bf528c28821b1fb8d4f20dbc3f607bfca4e4bd2603 1.33 MB 2,356 75
Previous 10 blocks ↓
Total Size: 661.12 GB

Node Information

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