Memory Pool Memory Pool Refreshing

70,419 transactions
39.40 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,408 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 2,882 13
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,407 (169,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
679,534 679,534 00000000000000000006120c7354ddc309f851106fbdcf77073c68051f005f26 1.31 MB 2,759 168
679,533 679,533 00000000000000000006e0fd1278e1fa2d0af36a1dc51d5d5ee62ff1ebd5e32e 1.13 MB 977 184
679,532 679,532 000000000000000000054a074540b1d23b4bbdf98aea4b342a937b28f8acb399 1.50 MB 1,911 187
679,531 679,531 0000000000000000000752a341e4fdd3d22d2e2eaad00d8b6956127a5ae899a3 1.42 MB 2,566 174
679,530 679,530 0000000000000000000b53b152c70f56c46d67325f87c26886c61a835c0a6c25 1.60 MB 785 176
679,529 679,529 00000000000000000000ad51b96d827a0d4fd662bfad8da85c2d170531704c1f 1.42 MB 1,702 181
679,528 679,528 000000000000000000042dc7dd7b12bf9405263c2577462e44f161662acadf14 1.74 MB 1,298 188
679,527 679,527 00000000000000000004b2c3858c5e99838172384f6ea7e9de07abc75987756e 1.50 MB 1,746 206
679,526 679,526 00000000000000000000277ebfc11fc62e01d77ce53416f586a65489b43415c3 1.69 MB 2,278 217
679,525 679,525 00000000000000000006fb211c9e69879e00b27e39a547ee0e815eabb7bedb8d 1.46 MB 2,009 185
679,524 679,524 00000000000000000009abe0837dcd0b87ab8b0bbe1215dcc3faa29db000be8a 1.27 MB 2,423 187
679,523 679,523 00000000000000000006ab10b879ca20ff64d93717f28b32980567d38fd444fb 1.37 MB 3,106 222
679,522 679,522 00000000000000000008d1bb3e671ee1b7c0815cbe74a076e32d2a12b550b61a 1.29 MB 2,595 152
679,521 679,521 0000000000000000000298cc5b6ac5bfcce7290f1cc69e34564cb39f144da502 1.46 MB 2,001 174
679,520 679,520 00000000000000000006603fe7630f617d33af94d42e7d1bae02c4bcab3a68ff 1.18 MB 1,449 154
679,519 679,519 0000000000000000000233c5bd10867978676bddb6670a0d18d3b12609bf96a9 1.36 MB 2,620 172
679,518 679,518 0000000000000000000288381013e8cd92c29871963488fed1ae3692b9fff1fa 1.38 MB 2,222 192
679,517 679,517 000000000000000000085ff1feadf63e5f10beb63381480ca5448d59a9434a3e 1.36 MB 3,141 209
679,516 679,516 0000000000000000000a5a355987428301bbbac46f0f6108eba3111f58a2d394 1.30 MB 2,649 170
679,515 679,515 00000000000000000001d6aea860fd9adbd7fbfb17b7fd321d89c217ed6e876d 1.42 MB 2,521 184
679,514 679,514 00000000000000000007e512f0ab6116a7f1f263f256df336c7fee509ed1c1bb 1.14 MB 2,816 141
Previous 10 blocks ↓
Total Size: 660.38 GB

Node Information

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