Memory Pool Memory Pool Refreshing

75,809 transactions
27.29 vMB
Show Random Selection Loading Transactions
Max Size: 163/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,531 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,913 10
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,530 (283,225 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
566,305 566,305 0000000000000000000c090b5ef8be21e64b598db2e35377860f687619fe9dc7 1.26 MB 2,951 29
566,304 566,304 0000000000000000000f642da3a76b37a5fa189794880c3a1fe37ca0b749513a 0.25 MB 567 25
566,303 566,303 00000000000000000021e6dfc214f115a5e8d425af826dfe2613411c4f8f2421 0.93 MB 2,067 25
566,302 566,302 0000000000000000000fcc7fb75613f8dd0772f4fabb8638c6bc81a86502de86 0.51 MB 1,141 26
566,301 566,301 0000000000000000002c5b7fce2519b13dc512d3448a040f1998763637c7fda8 0.40 MB 918 28
566,300 566,300 00000000000000000025e21222fa558d888725716ccfdf3688d11fa02d9ef3e5 0.98 MB 2,185 26
566,299 566,299 00000000000000000002e72b87b23bd0405515fac6fb5f1df5b56362bb273409 0.25 MB 616 23
566,298 566,298 00000000000000000002a81f844576646db3a4118b1da7b089306dd36da1dbdc 0.41 MB 849 27
566,297 566,297 00000000000000000028c784b6c940984652346672908fb9227778bde7d4c36e 0.36 MB 607 18
566,296 566,296 00000000000000000009438c04c3e72d7d217799d94f615ecfbfa0f3e633c000 0.28 MB 611 22
566,295 566,295 0000000000000000000fe5130eb570c929135a966f5cb3e87bfc358bef5969bd 0.99 MB 2,047 29
566,294 566,294 00000000000000000023cb9b002723b6c21f931ceff304bf9be09cae7aa6ac7d 0.20 MB 288 31
566,293 566,293 00000000000000000002c1d6d78ebd6c32cfd935c90c13a569bed5d0230dffe5 0.13 MB 319 24
566,292 566,292 0000000000000000001454bb0a98aae94963841b367efc43f6cc5a59b6db481b 0.77 MB 1,656 17
566,291 566,291 00000000000000000020f37467388a604160244212cdf5fe2c90c27579d0c89b 1.24 MB 2,879 22
566,290 566,290 00000000000000000026af555d31f776d53441719a7efc9796925fe35aec027a 1.29 MB 2,890 29
566,289 566,289 0000000000000000001a795ee3db52ecec0a72e789f76be02e5a3cefe7f4f291 0.89 MB 2,269 18
566,288 566,288 000000000000000000232679196cf160469704b59d978dc9e2d768f9556c4619 1.31 MB 3,101 34
566,287 566,287 0000000000000000000a1a4e53e8f5a8576e57d78d9b0410bb560fa951618b8f 0.05 MB 133 21
566,286 566,286 00000000000000000004b376a6ded9163d5922eb599c33d1c88d250a655e0e1b 0.88 MB 1,886 26
566,285 566,285 0000000000000000000eaea6aabf469eeffe558682a502862631e929b55794d8 0.13 MB 276 24
Previous 10 blocks ↓
Total Size: 660.61 GB

Node Information

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