Memory Pool Memory Pool Refreshing

88,781 transactions
31.93 vMB
Show Random Selection Loading Transactions
Max Size: 191/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,416 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 5,697 24
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,415 (113,525 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
735,890 735,890 000000000000000000028c8027231c0b194ca22988b778bfd8a90ddaab5d44ee 0.42 MB 762 11
735,889 735,889 000000000000000000003042401eec04a924a697445f76d1b4dee682f3e8adf1 0.39 MB 567 12
735,888 735,888 000000000000000000037de40b3797f13a79eb53d474f82135d93634410b946c 0.42 MB 672 12
735,887 735,887 00000000000000000001c8fb82d70bb1f0949ccc2b6c1c0c9e1f0e7abb3b3279 0.17 MB 343 14
735,886 735,886 00000000000000000008f716623bc74318a5e2c28fdfa90fbb244500c320fc5c 0.24 MB 164 4
735,885 735,885 00000000000000000003f89c6bb40f7949aadc64b423d7f5874ab49c09e87e6d 1.58 MB 771 4
735,884 735,884 00000000000000000002de9b04a8823e6b7b31c66e88a0c09832f68121faa2b0 0.20 MB 316 11
735,883 735,883 0000000000000000000751cdf25555615caf29b9cadf4dbb10a112b72c54e4a5 0.51 MB 870 10
735,882 735,882 000000000000000000016730607a95d3d0164cc182cfa9b8a4afc4e533f8b3a4 1.47 MB 2,457 12
735,881 735,881 00000000000000000003bf28f663b01d60c41aac6c6ff83251a4f142c81c01b7 0.94 MB 1,667 11
735,880 735,880 00000000000000000000c48011b0bd70550c9de7f32b5043bcb2a0c982407440 0.68 MB 1,228 12
735,879 735,879 00000000000000000003b298e0651f0b54d577465964190fe5c55722ae864f41 1.18 MB 1,190 7
735,878 735,878 000000000000000000047a6266f89323631412cd687d75b0bf89bf1d4048c20d 1.34 MB 1,098 11
735,877 735,877 000000000000000000009b5e1208bd3fbf2104aa96eba65fa139ad3f3da76204 0.24 MB 401 9
735,876 735,876 000000000000000000027de30c297f28c998cec64f89b4e11351ed27233b2e5f 0.26 MB 499 12
735,875 735,875 00000000000000000005687f1e011cbe55fd9798b3ad531b10b53c961b4ef5cb 0.06 MB 109 14
735,874 735,874 000000000000000000057f0db832ca1020f651b49841c5c4300b75a0fdcee400 0.15 MB 331 12
735,873 735,873 000000000000000000055f65731dd18d472b456c4731178e1e4d04a0c77e358e 1.52 MB 2,169 11
735,872 735,872 00000000000000000002000047e67bc3ad61c0b0ad5c0da1a2e110ec6ee4974a 0.90 MB 1,396 5
735,871 735,871 00000000000000000002743908b326ffacff6c535929222e7c536c3dbfefa9e2 1.41 MB 2,710 18
735,870 735,870 00000000000000000006bb38ca7000ae11462c5f802bd49f12a8860a7e23c442 0.70 MB 762 14
Previous 10 blocks ↓
Total Size: 660.40 GB

Node Information

  • IP: 46.19.137.74
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 89 incoming
  • Data Transfer: 321.91 GB sent, 1.33 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.