Memory Pool Memory Pool Refreshing

81,379 transactions
32.97 vMB
Show Random Selection Loading Transactions
Max Size: 182/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
849,573 000000000000000000035d250000000000000000000000000000000000000000 ago 1.00 vMB 3,763 22
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 849,572 (442,008 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
407,564 407,564 0000000000000000038e4c5ca33e187eb1005aec8c1bb3e31b5e7bceaed67e63 0.75 MB 1,114 23
407,563 407,563 0000000000000000037613d138334831d9eccb513c4df88e40e54ae94c6f6c94 1.00 MB 1,938 33
407,562 407,562 00000000000000000367466edecfaf4c53bfdb6eb3d6e3fcbff2d72b29b14fa6 1.00 MB 2,329 34
407,561 407,561 000000000000000002365f5dd5fcf529e5744ed070de3956592c341111614b07 1.00 MB 3,804 65
407,560 407,560 00000000000000000186e26dc89271cd6f07f6c58323d69d57ce2452d4c4048b 0.11 MB 272 43
407,559 407,559 00000000000000000068982086c01df9220eb38acb37e3dccfe4897c86425f32 0.45 MB 1,019 33
407,558 407,558 0000000000000000043622a8aea668925bf6f823ed8f87532b12c28eddff723a 0.20 MB 498 37
407,557 407,557 00000000000000000342f60d41010b8dfad891c7d7d507db0ce2e6605108a191 0.28 MB 727 39
407,556 407,556 0000000000000000003be7bb4ebf7b468248e5e54dcf74e1b6f0e64de4ca26d0 0.68 MB 1,531 35
407,555 407,555 0000000000000000008bbda869d80008644d6d5a012556e99c384a19dba5bf99 1.00 MB 771 16
407,554 407,554 0000000000000000002981b41ad54df24af1ff94129da69069aa7bc12a25f768 0.00 MB 7 74
407,553 407,553 000000000000000005ed237a59e660ccd69317217177f98d0986b502e217b58c 0.29 MB 645 46
407,552 407,552 000000000000000003af1c2d5af8fc5d95c9f7eddb6b87ba6ace2e49a17479eb 1.00 MB 2,350 37
407,551 407,551 00000000000000000041cf78f99715123b9d4e4fd8b1052f957231c1a7880b85 0.38 MB 683 30
407,550 407,550 0000000000000000049c4c32513813f3527625628b708fce02b5311420c57e9b 0.58 MB 785 22
407,549 407,549 000000000000000004cf2cb78f852ddbabcf5792749e84ede67cf651d367549a 1.00 MB 2,297 42
407,548 407,548 000000000000000004b84fc5308da464d7403daee61c444afb7509302af15218 1.00 MB 2,375 54
407,547 407,547 000000000000000003649be603ee0cf189a2e5d9524499b185ac2a8f94ec9ce0 0.85 MB 1,479 35
407,546 407,546 000000000000000000cb88b7fbab4b9fb8d6891b14138742c14fdd1d00e5d801 0.70 MB 1,475 38
407,545 407,545 000000000000000004f8bd8d67e1a72c550d668cb47ad470654c58b812e1ca4e 0.14 MB 101 15
407,544 407,544 0000000000000000008fb38b446f7f9abfeecdb3356eff8f18eb5051008fcd71 0.28 MB 404 25
Previous 10 blocks ↓
Total Size: 660.69 GB

Node Information

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