Memory Pool Memory Pool Refreshing

55,250 transactions
34.77 vMB
Show Random Selection Loading Transactions
Max Size: 164/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,894 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,304 8
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,893 (184,044 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
665,849 665,849 00000000000000000000820521555467ebfde3ebfcf25bb6028c5f3f1e6658b3 1.21 MB 2,441 88
665,848 665,848 00000000000000000005787a9921b30307620390245d426af749292774784a04 1.42 MB 1,998 128
665,847 665,847 00000000000000000008bc4d66e03a48c7d670338b3b5b999fb2338fffbf7932 1.36 MB 3,199 156
665,846 665,846 0000000000000000000cc1e6d74d0a2534195899290e835f198df17a8d0f25f5 1.28 MB 656 108
665,845 665,845 0000000000000000000c352c1902e24b5b63ca578492b34cb0b757d2ed37e454 1.03 MB 161 32
665,844 665,844 0000000000000000000b0391bb5374eaa16d28bf91e6e94a0b3b7171e3a13057 1.05 MB 618 42
665,843 665,843 00000000000000000007e2d751f2dc7b046d18b0af0d27d7b16d65aafd3068a2 1.26 MB 2,214 82
665,842 665,842 000000000000000000031758384622d0e54a45acd568ddeafa44895ba088e512 1.10 MB 1,560 35
665,841 665,841 00000000000000000002ae72b28653c455f5ec490102cbc22fa42e7547b2ef49 1.39 MB 2,758 123
665,840 665,840 0000000000000000000373279773096df765f31284e32911b7434ec8131baa70 1.30 MB 1,828 77
665,839 665,839 00000000000000000003c3c3bbfb314496016e526e793f6059bc372ffbcfb389 1.05 MB 511 40
665,838 665,838 000000000000000000088d745b5fa48b37e1cd65adf4a78c462e706dbe0df251 1.09 MB 257 38
665,837 665,837 00000000000000000001f10ab5dfd85c4c232c043cb08150d86bd465ca449a91 1.13 MB 1,867 59
665,836 665,836 00000000000000000007997ef4fa568892cc99e771a1e1a17ae0bc0aff4612a1 1.34 MB 2,594 102
665,835 665,835 000000000000000000066e4d4010dd906be02b688d6d1c974d05ef514661f208 1.09 MB 937 50
665,834 665,834 0000000000000000000a6ef9c889c78085737ad25dbeb13f8be0f300dc2df4af 1.03 MB 175 33
665,833 665,833 0000000000000000000d6ec5ce2782156c4b7c5d3db9f7d19807a832156d2861 1.15 MB 1,746 46
665,832 665,832 0000000000000000000a89132b3572f02b529584bcc527dc8784d315dea586b5 1.24 MB 2,419 74
665,831 665,831 00000000000000000003055cfcd1089bd3c12a08ca86708e5a7b55e8019cfd8d 1.48 MB 1,621 66
665,830 665,830 00000000000000000007e149e7e2a13e78afdd6a4ddba671b5537a51716c5f9c 1.32 MB 2,008 134
665,829 665,829 00000000000000000001d39aa4958e07ff03c8b1791703daa146d9df45428187 1.28 MB 1,415 131
Previous 10 blocks ↓
Total Size: 661.31 GB

Node Information

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