Memory Pool Memory Pool Refreshing

44,592 transactions
38.11 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
841,604 0000000000000000000331db0000000000000000000000000000000000000000 ago 1.00 vMB 3,835 30
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 841,603 (438,333 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
403,270 403,270 000000000000000003dcc4495f111bc8356cd8a1d3c782a75a338d329159e1a6 0.93 MB 1,313 33
403,269 403,269 0000000000000000008f59d2f9e600a7198d392d194f582b45ab2a385be225ce 0.99 MB 2,483 55
403,268 403,268 0000000000000000060601130f8534b2c619f81039748f6dd4f718d4d24d1e2b 0.93 MB 3,683 132
403,267 403,267 00000000000000000097e01b00d49aab092ea504d504fb6ca8c03fc35f9c1856 1.00 MB 2,021 42
403,266 403,266 000000000000000005dfda692965990202bacf0abc344f095b649cc5e7aa2dc4 1.00 MB 1,954 30
403,265 403,265 0000000000000000061739bfe19f77896f70a27cdcb30fe2fc832237fffbcd17 0.93 MB 2,431 55
403,264 403,264 000000000000000000eca184d91d437ed45553734b7649948d1704bbe1778def 1.00 MB 3,232 70
403,263 403,263 00000000000000000210fee63635c72da771c6b136a63f20ff9d058ce778618d 1.00 MB 2,094 49
403,262 403,262 000000000000000001bdcfb21deac5ea1872bacbd1b9beecd00a56fcaaaf3157 0.17 MB 397 51
403,261 403,261 0000000000000000018dd7bb90455423e008f980e02584fb600dc637bfd0aa2a 0.40 MB 841 48
403,260 403,260 000000000000000004db7b02cc68117b9a843162733f08c1816f2b0808eec1bf 0.35 MB 760 44
403,259 403,259 000000000000000001a0f42b81be91863d55bf9b42d189eabddec4c6815a6022 0.46 MB 765 34
403,258 403,258 0000000000000000013a8865a3b4e569b34ad21dda60fd524d6b6f066d77a8c4 1.00 MB 2,269 44
403,257 403,257 00000000000000000475c54c1224e0543a614808ae39c6f7d690414f3554c245 0.68 MB 706 22
403,256 403,256 00000000000000000214695bd8347bb23d5ab44bda1695ccb4a63d0100c50de9 0.93 MB 1,441 30
403,255 403,255 0000000000000000011465c3688d4e231baa737fd1cacf6a7a846fa365059bc4 1.00 MB 1,941 26
403,254 403,254 000000000000000002e91c3e7ffc1d83124028bacec07151a1db88d89824a5c0 1.00 MB 2,974 68
403,253 403,253 000000000000000005c0a468cec6b008d8fc0d671020459c8730047e11383963 0.99 MB 2,244 54
403,252 403,252 0000000000000000021df1a801cd75ce2feda066ddf18609f5125f30a91a661e 0.16 MB 373 37
403,251 403,251 00000000000000000379b4810123c762b64d3582cf1b0741f777e92f26754fa7 0.47 MB 965 37
403,250 403,250 00000000000000000087b61b1027d51b02c9aa2e0fc08d973fc7c97580273575 0.87 MB 1,142 23
Previous 10 blocks ↓
Total Size: 646.02 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,319.62 GB sent, 35.45 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.