Memory Pool Memory Pool Refreshing

62,051 transactions
36.32 vMB
Show Random Selection Loading Transactions
Max Size: 175/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,906 000000000000000000035d250000000000000000000000000000000000000000 1.00 vMB 6,863 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,905 (629,013 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
220,892 220,892 00000000000001faa5f06c81b98ef9d008b5853243fa8449c1b4b1f2e6c76194 0.10 MB 234 155
220,891 220,891 00000000000004ebb76cb1d8db0ea1eb9dd48919fb8dfe78a0dfdbc8730ebf60 0.06 MB 70 74
220,890 220,890 000000000000017e1883d4266c0faf4789436b7eda06a8c77e7b9d624fa80b52 0.17 MB 359 148
220,889 220,889 00000000000001f5fd9e3877102f68641d95308b1088cd4367eb1958be6492c0 0.03 MB 51 16
220,888 220,888 00000000000001dcca7d765f095078af64cb1553833335bef676fc74db85283c 0.23 MB 562 189
220,887 220,887 000000000000051a25052e0699c1f7295b9c7ebd4999ac99498c462d32d1f632 0.23 MB 568 208
220,886 220,886 00000000000001494a50cdf8052692eb3b835ccb0e0ea74ff278da755fb418bf 0.26 MB 515 173
220,885 220,885 0000000000000321aa510c47e67cd9ec69a0c748b5fc619fe647e9bafbcd7cba 0.00 MB 9 1,618
220,884 220,884 0000000000000022bf19f7191a0752402bf6ac5d078fdcc2c4ec19a461414bec 0.23 MB 518 225
220,883 220,883 00000000000002b2c2816eede3e5094bce80d28e410ebc994315862210ac00da 0.24 MB 570 188
220,882 220,882 000000000000004415cfdfdec7dd9ce8bbe57cc63bbdd565256b9dc2bd952ed2 0.25 MB 338 101
220,881 220,881 000000000000004673b271204959ac69f294ee6eeb179ff1568b3b072205e140 0.25 MB 602 216
220,880 220,880 000000000000015a0d2846f580d3f02763480bddd88a3f5f28a6e67620f47809 0.25 MB 442 122
220,879 220,879 00000000000003759bee816c1839bb0d045e73c9565f121e51a66627be4291cc 0.25 MB 797 211
220,878 220,878 000000000000005c6d7b6836836cdd5b01b0a37363befff5eb715ea063615ef1 0.15 MB 512 254
220,877 220,877 0000000000000038e39a10defe06fef9f21d07556b54ae13aa57156dab628417 0.25 MB 743 202
220,876 220,876 00000000000000abb59be4be356bf9bb9b9935c220aa6993c871985925416320 0.25 MB 516 195
220,875 220,875 000000000000001dcce624bb3d76337c1f7c4e8c1ed5b18a6f82f99b3ce8da7d 0.25 MB 702 259
220,874 220,874 000000000000036770a969c85cea0f7fe3c2779032bc90aecfb0a71dd6cbc7fa 0.25 MB 785 281
220,873 220,873 000000000000028283a043aab59527db4e040e4cf551d6ef35811726e33e0733 0.05 MB 157 139
220,872 220,872 000000000000002a5c33e8eefbfc2912dcb1109f4ce4ed19abd708d3de921907 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 661.33 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: 831.93 GB sent, 5.68 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.