Memory Pool Memory Pool Refreshing

52,301 transactions
45.85 vMB
Show Random Selection Loading Transactions
Max Size: 194/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,955 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 5,370 41
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,954 (407,695 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
434,259 434,259 0000000000000000032a4702654c37a5d7dd6d69261f6b5bac0ab68724b5a6a0 1.00 MB 1,366 36
434,258 434,258 00000000000000000382c8af153a28060de4c441b4e53fd21da9323f82bf6835 0.23 MB 564 58
434,257 434,257 000000000000000004061ab75032d70b03fd788cf4b2d42cf9c8388437d95374 0.18 MB 397 62
434,256 434,256 0000000000000000002e346dec8dcf164dd055006425089b189b4d7bfc350edd 0.09 MB 214 55
434,255 434,255 000000000000000002a666ed88766d067190eacd4b9f5b86947c53a660e19d94 0.97 MB 1,729 46
434,254 434,254 00000000000000000032cb9c11c649bff16aae2a3f64ea755dc1e8c416dbbe18 0.73 MB 1,852 64
434,253 434,253 0000000000000000000d99d32cd94bd1876a1f8c6fedd9d0d88800c60c03df47 0.20 MB 392 59
434,252 434,252 0000000000000000043c517792557186c90ab3d66151f687ca9a54f5debab43b 0.32 MB 528 58
434,251 434,251 000000000000000001cddba14a45c4fdb0b81f932ab661c44da70604b8f314bf 1.00 MB 375 6
434,250 434,250 00000000000000000312def93bdf359339a705d46a0878d3171db46616c44d1e 0.64 MB 1,252 59
434,249 434,249 000000000000000002c5f8d15671dc0c30606caf88cc65589702e3a30b8a28be 0.94 MB 1,641 51
434,248 434,248 0000000000000000030775dacb1e23b081da96f4e3ccc362e75ce52be3e75819 0.38 MB 274 29
434,247 434,247 000000000000000001f18fc42db54e6b2b3eb942f7a9c547e5afffdee9503db9 0.40 MB 808 53
434,246 434,246 0000000000000000025b873f84437ac8ed01098abb212983dedf71b2466c2678 0.46 MB 289 13
434,245 434,245 00000000000000000302218c751a4f6fca242469c14cf57c51b3b6939cb77365 0.53 MB 1,082 57
434,244 434,244 0000000000000000036f66a14b4b332c7317755e8021240940d6e94a917d6538 1.00 MB 1,267 35
434,243 434,243 00000000000000000136c683a658733edd73fef083066db5152f2c5a12564b05 0.49 MB 891 49
434,242 434,242 000000000000000001914651687e6ea1d10c1957dc181014eb439d1ff4b47613 1.00 MB 1,924 63
434,241 434,241 0000000000000000023ccfb22a002e779dceb96de0539b017c10f40711836426 1.00 MB 1,815 57
434,240 434,240 00000000000000000323b5f8d8760bd704aba62955d6d80178396404845b9ddf 1.00 MB 2,482 67
434,239 434,239 000000000000000003b3833800a770d498ca4529197cc886f114b4784c26b56a 1.00 MB 1,423 37
Previous 10 blocks ↓
Total Size: 646.68 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,391.20 GB sent, 39.43 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.