Memory Pool Memory Pool Refreshing

50,926 transactions
50.02 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
842,322 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 35
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 842,321 (407,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,717 434,717 000000000000000003014e916d40cefc8d7a31ee102fa77e719effb7eff2be2c 1.00 MB 1,446 43
434,716 434,716 0000000000000000022d07d797d1aa524a8b99368119342e260b739f08895ab5 1.00 MB 2,571 54
434,715 434,715 0000000000000000005c9cbb48fb54774324a4c556d1d8a748b2601df2ecd025 1.00 MB 2,196 51
434,714 434,714 000000000000000002da75fe1a2e93c48cec5f0a0b4583582ae2b56531d18d7d 1.00 MB 2,920 59
434,713 434,713 0000000000000000009bdb351c6eef25dda6922be0166ffd2067cf624eda7f64 1.00 MB 2,862 55
434,712 434,712 000000000000000002b287b9056f7891518c1de923e069dc85026f9e220035de 1.00 MB 2,504 83
434,711 434,711 0000000000000000010f6041a27d8983b777cc30112fa2f1bcdb079a19b5cc5c 0.99 MB 2,395 65
434,710 434,710 000000000000000002f05b8abae9d500d36d30a2c4da747deb0fdef55e3c0de9 0.93 MB 1,977 71
434,709 434,709 000000000000000002fbeca2fec2cb5e799f0027b56c7281cf231a9d49a8674e 1.00 MB 2,487 81
434,708 434,708 000000000000000003011e5dde7e47ac1725a7a6a6ef76650db051736a6bd39c 1.00 MB 1,462 64
434,707 434,707 000000000000000003d22eaa5a9048322ecd4304372d4871361dbde94d48012e 1.00 MB 891 69
434,706 434,706 00000000000000000070df2acf95a49337797a0847d11e3ba2b2fe00754d6d83 1.00 MB 2,230 70
434,705 434,705 000000000000000002140a8d74dca1563d575dfa895f1e704c9782ebc793b195 1.00 MB 2,534 77
434,704 434,704 00000000000000000108c12640eed5addea543ee24173a5ae740ec8cdc092295 1.00 MB 2,673 61
434,703 434,703 0000000000000000002abe48cb3086a93ff8166b85ecca4cd28d093e6ae237dd 1.00 MB 2,945 65
434,702 434,702 00000000000000000103f62f91df830ccef43c1bc2f2020856ff1b88c287180b 1.00 MB 2,326 76
434,701 434,701 000000000000000002d8fa1487442f337709e129080e36c5119e35adcd567286 1.00 MB 2,204 86
434,700 434,700 0000000000000000039ff3457c7679e451c74a95ec0a5d75ba2688d7210c776f 1.00 MB 1,752 90
434,699 434,699 0000000000000000020ce2fffce698caacc1cf8d1e41c8f1753fd4325fbd6c19 1.00 MB 1,050 63
434,698 434,698 0000000000000000041571976c543c14e5b210192ed9313b1cdec434f7fe55f6 1.00 MB 1,804 74
434,697 434,697 0000000000000000006dfc07d8de87d9adb1102da946861ec8cce58e2d08b063 1.00 MB 710 130
Previous 10 blocks ↓
Total Size: 647.32 GB

Node Information

  • IP: 45.144.112.208
  • Port: 8333
  • Version: 250000
  • Subversion: /Satoshi:25.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 8,477.39 GB sent, 44.93 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

All of the data comes directly from a Bitcoin Core node running on the same server as this website. This data is retrieved via bitcoin-cli commands.

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.

Limitations

This is not a fully-fledged explorer as it does not use a custom database.

This means there are a few limitations:

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 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.